UNPKG

reactflow-velocity

Version:

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

5 lines 245 B
import type { XYPosition } from '@xyflow/system'; import type { NodeTypes } from '../../types'; export declare const arrowKeyDiffs: Record<string, XYPosition>; export declare const builtinNodeTypes: NodeTypes; //# sourceMappingURL=utils.d.ts.map