Skip to content

Commit 690aaa5

Browse files
authored
fix: reexport default export of typescript module
1 parent 73f1b66 commit 690aaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './Multiselect';
1+
export { default } from './Multiselect';

0 commit comments

Comments
 (0)