reactflow-velocity
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
3 lines • 352 B
TypeScript
import type { BaseEdgeProps } from '../../types';
export declare function BaseEdge({ id, path, labelX, labelY, label, labelStyle, labelShowBg, labelBgStyle, labelBgPadding, labelBgBorderRadius, style, markerEnd, markerStart, className, interactionWidth, }: BaseEdgeProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=BaseEdge.d.ts.map