fix: types

This commit is contained in:
Braks
2021-07-20 20:11:13 +02:00
parent b4fcab4004
commit 1a7f3da0b6
5 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ export type HandleType = 'source' | 'target';
export type NodeTypesType = { [key: string]: DefineComponent<WrapNodeProps> };
export type EdgeTypesType = NodeTypesType;
export type EdgeTypesType = { [key: string]: DefineComponent<WrapEdgeProps> };
export interface SelectionRect extends Rect {
startX: number;