index.d.ts 98 B

123
  1. import List from './List';
  2. export type { ListRef, ListProps } from './List';
  3. export default List;