You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RELOG/node_modules/@xyflow/react/dist/esm/hooks/useMoveSelectedNodes.d.ts

12 lines
361 B

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