Skip to content

Commit 21e7b8c

Browse files
mynaneshijinhua
andauthored
fix: start warning (#187)
Co-authored-by: shijinhua <[email protected]>
1 parent 812e53e commit 21e7b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

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

3-
export { ListRef, ListProps };
3+
export type { ListRef, ListProps } from './List';
44

55
export default List;

0 commit comments

Comments
 (0)