first commit
This commit is contained in:
6
frontend/node_modules/rc-virtual-list/lib/mock.d.ts
generated
vendored
Normal file
6
frontend/node_modules/rc-virtual-list/lib/mock.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user