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 812e53e commit 21e7b8cCopy full SHA for 21e7b8c
src/index.ts
@@ -1,5 +1,5 @@
1
-import List, { ListRef, ListProps } from './List';
+import List from './List';
2
3
-export { ListRef, ListProps };
+export type { ListRef, ListProps } from './List';
4
5
export default List;
0 commit comments