UNPKG

reactflow-velocity

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

6 lines 445 B
/// <reference types="react" /> import type { StepEdgeProps } from '../../types'; declare const StepEdge: import("react").MemoExoticComponent<({ id, ...props }: StepEdgeProps) => import("react/jsx-runtime").JSX.Element>; declare const StepEdgeInternal: import("react").MemoExoticComponent<({ id, ...props }: StepEdgeProps) => import("react/jsx-runtime").JSX.Element>; export { StepEdge, StepEdgeInternal }; //# sourceMappingURL=StepEdge.d.ts.map