UNPKG

react-virtualized

Version:

React components for efficiently rendering large, scrollable lists and tabular data

22 lines 388 B
/*:: export type Index = { index: number, };*/ /*:: export type PositionInfo = { x: number, y: number, };*/ /*:: export type ScrollPosition = { scrollLeft: number, scrollTop: number, };*/ /*:: export type SizeAndPositionInfo = { height: number, width: number, x: number, y: number, };*/ /*:: export type SizeInfo = { height: number, width: number, };*/ "use strict";