UNPKG

@platform/ui.datagrid

Version:

Isolated tabular DataGrid.

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