fix(types): add id to EdgeProps

This commit is contained in:
Nate Amack
2020-08-18 15:21:54 -06:00
parent 81eb7fa695
commit 27c8ac02dc
+1
View File
@@ -90,6 +90,7 @@ export interface SelectionRect extends Rect {
}
export interface EdgeProps {
id: ElementId;
sourceX: number;
sourceY: number;
targetX: number;