UNPKG

@matthewgapp/solidjs-flow

Version:

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

6 lines 273 B
import type { StepEdgeProps } from '../../types'; import { Component } from 'solid-js'; declare const StepEdge: Component<StepEdgeProps>; declare const StepEdgeInternal: Component<StepEdgeProps>; export { StepEdge, StepEdgeInternal }; //# sourceMappingURL=StepEdge.d.ts.map