fix(edges): Remove duplicate source/targetHandle prop
This commit is contained in:
@@ -121,8 +121,6 @@ export interface EdgeProps<Data = ElementData, SourceNodeData = any, TargetNodeD
|
|||||||
targetHandleId?: string
|
targetHandleId?: string
|
||||||
source: string
|
source: string
|
||||||
target: string
|
target: string
|
||||||
sourceHandle?: string
|
|
||||||
targetHandle?: string
|
|
||||||
labelStyle?: CSSProperties
|
labelStyle?: CSSProperties
|
||||||
labelShowBg?: boolean
|
labelShowBg?: boolean
|
||||||
labelBgStyle?: any
|
labelBgStyle?: any
|
||||||
|
|||||||
Reference in New Issue
Block a user