UNPKG

ag-grid-enterprise

Version:

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

11 lines (10 loc) 380 B
import type { _CellSelectionGridApi, _ModuleWithApi, _ModuleWithoutApi } from 'ag-grid-community'; /** * @feature Selection -> Cell Selection * @gridOption cellSelection */ export declare const CellSelectionModule: _ModuleWithApi<_CellSelectionGridApi>; /** * @deprecated v33 Use `CellSelectionModule` instead */ export declare const RangeSelectionModule: _ModuleWithoutApi;