@xyflow/react
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
12 lines • 361 B
TypeScript
import { type XYPosition } from '@xyflow/system';
/**
* Hook for updating node positions by passing a direction and factor
*
* @internal
* @returns function for updating node positions
*/
export declare function useMoveSelectedNodes(): (params: {
direction: XYPosition;
factor: number;
}) => void;
//# sourceMappingURL=useMoveSelectedNodes.d.ts.map