fix(edges): Remove duplicate source/targetHandle prop

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 891eca4a23
commit 453f155954
-2
View File
@@ -121,8 +121,6 @@ export interface EdgeProps<Data = ElementData, SourceNodeData = any, TargetNodeD
targetHandleId?: string
source: string
target: string
sourceHandle?: string
targetHandle?: string
labelStyle?: CSSProperties
labelShowBg?: boolean
labelBgStyle?: any