mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
197 B
197 B
Command
type Command = {
redo: (graph: IGraph) => void;
undo: (graph: IGraph) => void;
};