UNPKG

@tarojsx/library

Version:
6 lines (5 loc) 304 B
import React from 'react'; import { VariableSizeList as List, VariableSizeListProps as ListProps } from 'react-window'; export interface VariableSizeListProps extends ListProps { } export declare const VariableSizeList: React.ForwardRefExoticComponent<VariableSizeListProps & React.RefAttributes<List>>;