UNPKG

ag-grid-enterprise

Version:

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

4 lines (3 loc) 230 B
import type { BeanCollection, RowNode } from 'ag-grid-community'; export declare function _createRowNodeFooter(rowNode: RowNode, beans: BeanCollection): void; export declare function _destroyRowNodeFooter(rowNode: RowNode): void;