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