react-virtualized-compat
Version:
Fork from `react-virtual` with react 19 compatability
22 lines • 388 B
JavaScript
/*:: 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,
};*/
;