UNPKG

ag-grid

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

8 lines (5 loc) 166 B
import {IRowModel} from "./iRowModel"; export interface IEnterpriseRowModel extends IRowModel { purgeCache(route?: string[]): void; getBlockState(): any; }