UNPKG

@xyflow/react

Version:

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

11 lines 299 B
import type { EdgeTypes } from '../../types'; export declare const builtinEdgeTypes: EdgeTypes; export declare const nullPosition: { sourceX: null; sourceY: null; targetX: null; targetY: null; sourcePosition: null; targetPosition: null; }; //# sourceMappingURL=utils.d.ts.map