UNPKG

ag-grid-community

Version:

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

6 lines (5 loc) 331 B
import type { BeanCollection } from '../context/context'; export declare function expandAll(beans: BeanCollection): void; export declare function collapseAll(beans: BeanCollection): void; export declare function onRowHeightChanged(beans: BeanCollection): void; export declare function resetRowHeights(beans: BeanCollection): void;