UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

12 lines (11 loc) 462 B
import { PushStreamHistory, PushUndoHistory } from '../../history.actions'; export declare const settingsPushUndoHistoryMap: { "settings.resize": PushUndoHistory; "settings.scrollTo": PushUndoHistory; "settings.changeShow": PushUndoHistory; "settings.changeZoomLevel": PushUndoHistory; }; export declare const settingsPushStreamHistoryMap: { "settings.streamScrollTo": PushStreamHistory; "settings.streamZoomLevel": PushStreamHistory; };