UNPKG

react-infinite

Version:

A browser-ready efficient scrolling container based on UITableView

8 lines (7 loc) 291 B
declare class InfiniteComputer { getTotalScrollableHeight(): number; getDisplayIndexStart(windowTop: number): number; getDisplayIndexEnd(windowBottom: number): number; getTopSpacerHeight(displayIndexStart: number): number; getBottomSpacerHeight(displayIndexEnd: number): number };