UNPKG

ag-grid-enterprise

Version:

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

16 lines (15 loc) 522 B
import type { _AggregationGridApi, _ModuleWithApi, _ModuleWithoutApi } from 'ag-grid-community'; /** * @internal */ export declare const SharedAggregationModule: _ModuleWithApi<_AggregationGridApi<any>>; /** * The pipeline stage that writes aggData, on its own so a feature that only reads it does not pull in * the filtering and children services with it. * @internal */ export declare const AggregationStageModule: _ModuleWithoutApi; /** * @internal */ export declare const AggregationModule: _ModuleWithoutApi;