Files
video-gen/video-gen-admin/node_modules/@rc-component/virtual-list/es/mock.d.ts
T
2026-05-25 17:08:18 +08:00

7 lines
244 B
TypeScript

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;