ag-grid-enterprise
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
34 lines (33 loc) • 860 B
TypeScript
import type { _ModuleWithoutApi } from 'ag-grid-community';
/**
* @internal
*/
export declare const GroupCellRendererModule: _ModuleWithoutApi;
/**
* Shared between row grouping and tree data
* @internal
*/
export declare const GroupColumnModule: _ModuleWithoutApi;
/**
* Shared ChangedPath factory — not row-model restricted
* @internal
*/
export declare const ChangedPathModule: _ModuleWithoutApi;
/**
* @internal
*/
export declare const CsrmHierarchyModule: _ModuleWithoutApi;
/**
* Hierarchical CSRM stages: grouping, deep filter/sort.
* Needed by RowGrouping, TreeData, and Pivot — not by MasterDetail.
* @internal
*/
export declare const CsrmGroupStagesModule: _ModuleWithoutApi;
/**
* @internal
*/
export declare const StickyRowModule: _ModuleWithoutApi;
/**
* @internal
*/
export declare const GroupEditModule: _ModuleWithoutApi;