UNPKG

@dudulu/autolist

Version:

支持虚拟列表的自动滚动消息框

12 lines (11 loc) 280 B
/// <reference types="react" /> interface propsType { data: any[]; itemHeight: number; height?: number | string; isAuto?: boolean; className?: string; style?: any; } export default function virtualList(props: propsType): JSX.Element; export {};