Skip to content

Commit ad49110

Browse files
authored
Merge pull request #215 from miegl/patch-1
fix: reexport default export of typescript module
2 parents 9fe1893 + 690aaa5 commit ad49110

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)