Skip to content

Commit cfd9adf

Browse files
committed
fix: ioverlay issue
1 parent a9903ec commit cfd9adf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/primitives/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ export { VisuallyHidden } from './VisuallyHidden';
6868
export { default as ZStack } from './ZStack';
6969
export type { IZStackProps } from './ZStack';
7070

71-
export { Overlay, IOverlayProps } from './Overlay';
71+
export { Overlay } from './Overlay';
72+
73+
export type { IOverlayProps } from './Overlay';

0 commit comments

Comments
 (0)