UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

4 lines (3 loc) 185 B
import { Grid } from '../../grid'; import { t } from '../common'; export declare function undo(grid: Grid, stage: 'BEFORE' | 'AFTER', kind: t.IGridUndo['kind']): (action: any) => void;