UNPKG

ag-grid-community

Version:

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

15 lines (14 loc) 719 B
import type { _ModuleWithApi } from '../interfaces/iModule'; import type { _CsrmSsrmSharedGridApi, _RowModelSharedApi, _SsrmInfiniteSharedGridApi } from './gridApi'; /** * @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const CsrmSsrmSharedApiModule: _ModuleWithApi<_CsrmSsrmSharedGridApi>; /** * @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const RowModelSharedApiModule: _ModuleWithApi<_RowModelSharedApi>; /** * @internal AG_GRID_INTERNAL - Not for public use. Can change / be removed at any time. */ export declare const SsrmInfiniteSharedApiModule: _ModuleWithApi<_SsrmInfiniteSharedGridApi>;