UNPKG

@jalez/react-flow-smart-edge

Version:

Smart edge routing for @xyflow/react v12+ (maintained fork of @tisoap/react-flow-smart-edge)

4 lines (3 loc) 153 B
import React from 'react'; import type { EdgeProps } from '@xyflow/react'; export declare function SmartBezierEdge(props: EdgeProps): React.JSX.Element;