diff --git a/src/index.ts b/src/index.ts index b556f120..a312aa0d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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;