Skip to content

Commit 3f4d22a

Browse files
committed
chore: Export ts
1 parent 054f8ca commit 3f4d22a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
import List from './List';
1+
import List, { ListRef, ListProps } from './List';
2+
3+
export { ListRef, ListProps };
24

35
export default List;

0 commit comments

Comments
 (0)