UNPKG

reactflow-velocity

Version:

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

5 lines 198 B
import type { ReactNode } from 'react'; export declare function EdgeLabelRenderer({ children }: { children: ReactNode; }): import("react").ReactPortal | null; //# sourceMappingURL=index.d.ts.map