feat(props): add onMoveStart and onMoveEnd #358
This commit is contained in:
@@ -241,3 +241,9 @@ export type NodePosUpdate = {
|
||||
id: ElementId;
|
||||
pos: XYPosition;
|
||||
};
|
||||
|
||||
export type FlowTransform = {
|
||||
x: number;
|
||||
y: number;
|
||||
zoom: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user