UNPKG

ag-grid-community

Version:

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

4 lines (3 loc) 219 B
import type { BeanCollection } from '../../context/context'; import type { CellCtrl } from '../../rendering/cell/cellCtrl'; export declare function _applyCellEditStyles(beans: BeanCollection, cellCtrl: CellCtrl): void;