@tarojsx/library
Version:
Taro3 library
6 lines (5 loc) • 304 B
TypeScript
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>>;