Skip to content

Type alias: SmoothStepEdgeType<Data, CustomEvents> ​

Ƭ SmoothStepEdgeType<Data, CustomEvents>: DefaultEdge<Data, CustomEvents> & { pathOptions?: SmoothStepPathOptions ; type: "smoothstep" }

Type parameters ​

NameType
DataElementData
CustomEventsextends Record<string, CustomEvent> = any

Released under the MIT License.