UNPKG

@tarojsx/library

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