UNPKG

@matthewgapp/solidjs-flow

Version:

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

13 lines 428 B
import type { EdgeLabelOptions } from '../../types'; import { JSX } from 'solid-js'; interface Props extends EdgeLabelOptions, JSX.GSVGAttributes<SVGGElement> { x: number; y: number; } declare function EdgeTextComponent(_p: Props): JSX.Element; declare namespace EdgeTextComponent { var displayName: string; } export declare const EdgeText: typeof EdgeTextComponent; export {}; //# sourceMappingURL=EdgeText.d.ts.map