@matthewgapp/solidjs-flow
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
5 lines • 309 B
TypeScript
import type { BezierEdgeProps } from '../../types';
declare const BezierEdge: (_p: BezierEdgeProps) => import("solid-js").JSX.Element;
declare const BezierEdgeInternal: (_p: BezierEdgeProps) => import("solid-js").JSX.Element;
export { BezierEdge, BezierEdgeInternal };
//# sourceMappingURL=BezierEdge.d.ts.map