UNPKG

reactflow-velocity

Version:

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

7 lines 375 B
/// <reference types="react" /> import { type NodeOrigin } from '@xyflow/system'; import type { ReactFlowProps } from '../../types'; export declare const initNodeOrigin: NodeOrigin; declare const ReactFlow: import("react").ForwardRefExoticComponent<ReactFlowProps & import("react").RefAttributes<HTMLDivElement>>; export default ReactFlow; //# sourceMappingURL=index.d.ts.map