UNPKG

ag-grid-community

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

5 lines (4 loc) 294 B
import type { BeanCollection } from '../context/context'; export declare function refreshInfiniteCache(beans: BeanCollection): void; export declare function purgeInfiniteCache(beans: BeanCollection): void; export declare function getInfiniteRowCount(beans: BeanCollection): number | undefined;