UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

7 lines (6 loc) 248 B
import { PushUndoHistory } from '../../history.actions'; export declare const relationshipPushUndoHistoryMap: { "relationship.add": PushUndoHistory; "relationship.remove": PushUndoHistory; "relationship.changeType": PushUndoHistory; };