UNPKG

380 BTypeScriptView Raw
1import type { _CellSelectionGridApi, _ModuleWithApi, _ModuleWithoutApi } from 'ag-grid-community';
2/**
3 * @feature Selection -> Cell Selection
4 * @gridOption cellSelection
5 */
6export declare const CellSelectionModule: _ModuleWithApi<_CellSelectionGridApi>;
7/**
8 * @deprecated v33 Use `CellSelectionModule` instead
9 */
10export declare const RangeSelectionModule: _ModuleWithoutApi;