fix(edges): missing source/target node props on smoothstep edges

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent f72e7dced3
commit de534e9a5f
+2
View File
@@ -135,6 +135,8 @@ export interface EdgeProps<Data = any> {
export interface SmoothStepEdgeProps<Data = any> extends EdgeProps<Data> {
id: string
sourceNode: any
targetNode: any
label?:
| string
| {