fix(edges): missing source/target node props on smoothstep edges
This commit is contained in:
@@ -135,6 +135,8 @@ export interface EdgeProps<Data = any> {
|
|||||||
|
|
||||||
export interface SmoothStepEdgeProps<Data = any> extends EdgeProps<Data> {
|
export interface SmoothStepEdgeProps<Data = any> extends EdgeProps<Data> {
|
||||||
id: string
|
id: string
|
||||||
|
sourceNode: any
|
||||||
|
targetNode: any
|
||||||
label?:
|
label?:
|
||||||
| string
|
| string
|
||||||
| {
|
| {
|
||||||
|
|||||||
Reference in New Issue
Block a user