ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
7 lines (6 loc) • 506 B
TypeScript
import type { BeanCollection } from '../context/context';
import type { CellCtrl } from '../rendering/cell/cellCtrl';
export declare function _setupCellCustomStyle(beans: BeanCollection, cellCtrl: CellCtrl): void;
export declare function _applyCellClassRules(beans: BeanCollection, cellCtrl: CellCtrl): void;
export declare function _applyCellUserStyles(beans: BeanCollection, cellCtrl: CellCtrl): void;
export declare function _applyCellClassesFromColDef(beans: BeanCollection, cellCtrl: CellCtrl): void;