UNPKG

@xyflow/react

Version:

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

12 lines 322 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; zIndex: undefined; }; //# sourceMappingURL=utils.d.ts.map