UNPKG

ag-grid-enterprise

Version:

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

3 lines (2 loc) 274 B
import type { AgColumn, BeanCollection, IAggFunc, RowNode } from 'ag-grid-community'; export declare function _aggregateValues(beans: BeanCollection, values: any[], aggFuncOrString: string | IAggFunc, column: AgColumn, rowNode?: RowNode, pivotResultColumn?: AgColumn): any;