UNPKG

@matthewgapp/solidjs-flow

Version:

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

4 lines 237 B
import type { Edge, EdgeWrapperProps } from '../../types'; import { JSX } from 'solid-js'; export declare function EdgeWrapper<EdgeType extends Edge = Edge>(p: EdgeWrapperProps<EdgeType>): JSX.Element; //# sourceMappingURL=index.d.ts.map