Skip to content

Commit

Permalink
fix: start warning (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: shijinhua <[email protected]>
  • Loading branch information
mynane and shijinhua authored Dec 31, 2022
1 parent 812e53e commit 21e7b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import List, { ListRef, ListProps } from './List';
import List from './List';

export { ListRef, ListProps };
export type { ListRef, ListProps } from './List';

export default List;

0 comments on commit 21e7b8c

Please sign in to comment.