We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9903ec commit cfd9adfCopy full SHA for cfd9adf
src/components/primitives/index.ts
@@ -68,4 +68,6 @@ export { VisuallyHidden } from './VisuallyHidden';
68
export { default as ZStack } from './ZStack';
69
export type { IZStackProps } from './ZStack';
70
71
-export { Overlay, IOverlayProps } from './Overlay';
+export { Overlay } from './Overlay';
72
+
73
+export type { IOverlayProps } from './Overlay';
0 commit comments