Files
frontend/node_modules/rc-virtual-list/lib/index.d.ts
2026-01-17 15:16:36 -05:00

4 lines
98 B
TypeScript

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