@dineug/erd-editor
Version:
Entity-Relationship Diagram Editor
14 lines (13 loc) • 489 B
TypeScript
import { PushStreamHistory, PushUndoHistory } from '../../history.actions';
export declare const tablePushUndoHistoryMap: {
"table.add": PushUndoHistory;
"table.remove": PushUndoHistory;
"table.changeName": PushUndoHistory;
"table.changeComment": PushUndoHistory;
"table.moveTo": PushUndoHistory;
"table.sort": PushUndoHistory;
};
export declare const tablePushStreamHistoryMap: {
"table.move": PushStreamHistory;
"table.changeColor": PushStreamHistory;
};