UNPKG

ag-grid-community

Version:

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

6 lines (5 loc) 203 B
import type { AgBaseBean } from 'ag-stack'; import type { BeanCollection } from '../context/context'; export interface IRowStyleFeature extends AgBaseBean<BeanCollection> { applyRowStyles(): void; }