UNPKG

ag-grid-enterprise

Version:

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

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