UNPKG

@af-utils/react-virtual-headless

Version:

React components for rendering large scrollable data

12 lines 399 B
export type ScrollElement = HTMLElement | Window; export type VirtualScrollerRuntimeParams = { overscanCount?: number; itemCount?: number; estimatedItemSize?: number; }; export type VirtualScrollerInitialParams = VirtualScrollerRuntimeParams & { horizontal?: boolean; estimatedWidgetSize?: number; estimatedScrollElementOffset?: number; }; //# sourceMappingURL=index.d.ts.map