This project was bootstrapped with Create React App.
In the project directory, you can run:
文件 ./node_modules/rc-virtual-list/lib/List.d.ts line 34
// declare const _default: <Item = any>(props: ListProps & { // children?: React.ReactNode; // } & { // ref?: React.Ref; // }) => React.ReactElement;
改为:
declare const _default: <Item = any>( props: ListProps & { ref?: React.Ref }, ) => React.ReactElement;