UNPKG

@matthewgapp/solidjs-flow

Version:

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

6 lines 305 B
import type { StraightEdgeProps } from '../../types'; import { Component } from 'solid-js'; declare const StraightEdge: Component<StraightEdgeProps>; declare const StraightEdgeInternal: Component<StraightEdgeProps>; export { StraightEdge, StraightEdgeInternal }; //# sourceMappingURL=StraightEdge.d.ts.map