UNPKG

ag-grid-community

Version:

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

7 lines (6 loc) 153 B
import { RowNode } from "../entities/rowNode"; export interface RowNodeTransaction { add: RowNode[]; remove: RowNode[]; update: RowNode[]; }