UNPKG

@ichooss/xflow

Version:

[English (US)](README.md) | 简体中文

8 lines 304 B
import type { KeyValue } from '@antv/x6'; export declare const useHistory: () => { undo: (options?: KeyValue) => import("@antv/x6").Graph | null; redo: (options?: KeyValue) => import("@antv/x6").Graph | null; canUndo: boolean; canRedo: boolean; }; //# sourceMappingURL=useHistory.d.ts.map