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 054f8ca commit 3f4d22aCopy full SHA for 3f4d22a
src/index.ts
@@ -1,3 +1,5 @@
1
-import List from './List';
+import List, { ListRef, ListProps } from './List';
2
+
3
+export { ListRef, ListProps };
4
5
export default List;
0 commit comments