UNPKG

rc-virtual-list

Version:
7 lines (6 loc) 244 B
import * as React from 'react'; import type { ListProps, ListRef } from './List'; declare const List: <Item = any>(props: React.PropsWithChildren<ListProps<Item>> & { ref?: React.Ref<ListRef>; }) => React.ReactElement; export default List;