UNPKG

ag-grid-community

Version:

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

6 lines (5 loc) 239 B
import type { BeanCollection, BeanName } from '../context/context'; import type { GenericBean } from '../context/genericBean'; export interface IRowStyleFeature extends GenericBean<BeanName, BeanCollection> { applyRowStyles(): void; }