mirror of https://github.com/ANL-CEEESA/RELOG.git
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.
12 lines
361 B
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
|