ag-grid
Version:
Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
14 lines (13 loc) • 461 B
TypeScript
// Type definitions for ag-grid v18.1.2
// Project: http://www.ag-grid.com/
// Definitions by: Niall Crosby <https://github.com/ag-grid/>
import { RowDataTransaction } from "./clientSideRowModel";
export declare class ImmutableService {
private rowModel;
private gridOptionsWrapper;
private clientSideRowModel;
private postConstruct();
createTransactionForRowData(data: any[]): [RowDataTransaction, {
[id: string]: number;
}];
}