UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

8 lines (7 loc) 290 B
import { PushUndoHistory } from '../../history.actions'; export declare const indexColumnPushUndoHistoryMap: { "indexColumn.add": PushUndoHistory; "indexColumn.remove": PushUndoHistory; "indexColumn.move": PushUndoHistory; "indexColumn.changeOrderType": PushUndoHistory; };