@jalez/react-flow-smart-edge
Version:
Smart edge routing for @xyflow/react v12+ (maintained fork of @tisoap/react-flow-smart-edge)
10 lines (9 loc) • 334 B
TypeScript
import { SmartBezierEdge } from './SmartBezierEdge';
export * from './SmartEdge';
export * from './SmartBezierEdge';
export * from './SmartStepEdge';
export * from './SmartStraightEdge';
export * from './getSmartEdge';
export * from './functions/drawSvgPath';
export * from './functions/generatePath';
export default SmartBezierEdge;