Skip to content
On this page

Interface: DefaultEdgeTypes

Table of contents

Properties

Properties

default

• default: FunctionalComponent<BezierEdgeProps, {}>


simplebezier

• simplebezier: FunctionalComponent<SimpleBezierEdgeProps, {}>


smoothstep

• smoothstep: FunctionalComponent<SmoothStepEdgeProps, {}>


step

• step: FunctionalComponent<StepEdgeProps, {}>


straight

• straight: FunctionalComponent<StraightEdgeProps, {}>

Released under the MIT License.