UNPKG

ag-grid-community

Version:

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

5 lines (4 loc) 261 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;