import { Props } from "react-pearls-virtual-list"; export interface ListViewPropsType extends Props { prefixCls?: string; }