ag-grid-community
Version:
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
12 lines (11 loc) • 384 B
TypeScript
import type { _ModuleWithoutApi } from '../interfaces/iModule';
/**
* @feature Cells -> Styling Cells
* @colDef cellStyle, cellClass, cellClassRules
*/
export declare const CellStyleModule: _ModuleWithoutApi;
/**
* @feature Rows -> Styling Rows
* @gridOption rowStyle, getRowStyle, rowClass, getRowClass, rowClassRules
*/
export declare const RowStyleModule: _ModuleWithoutApi;