Skip to content

Function: BaseEdge

â–¸ BaseEdge(props, ctx): any

The base edge is a simple wrapper for svg path You can use the base edge in your custom edges and just pass down the necessary props

Parameters

NameType
propsBaseEdgeProps
ctxOmit<SetupContext<{}>, "expose">

Returns

any

Released under the MIT License.