UNPKG

reactflow-velocity

Version:

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

12 lines 294 B
/** * Hook for updating node positions. * * @internal * @returns function for updating node positions */ export declare function useUpdateNodePositions(): (params: { x: number; y: number; isShiftPressed: boolean; }) => void; //# sourceMappingURL=useUpdateNodePositions.d.ts.map