Type alias: SmoothStepEdgeType<Data, CustomEvents>
Ƭ SmoothStepEdgeType<Data
, CustomEvents
>: DefaultEdge
<Data
, CustomEvents
> & { pathOptions?
: SmoothStepPathOptions
; type
: "smoothstep"
}
Type parameters
Name | Type |
---|---|
Data | ElementData |
CustomEvents | extends Record <string , CustomEvent > = any |