UNPKG

ag-grid-community

Version:

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

8 lines (7 loc) 306 B
import type { _HighlightChangesGridApi } from '../../api/gridApi'; import type { _ModuleWithApi } from '../../interfaces/iModule'; /** * @feature Cells -> Highlighting Changes * @colDef enableCellChangeFlash */ export declare const HighlightChangesModule: _ModuleWithApi<_HighlightChangesGridApi<any>>;