UNPKG

@vue-flow/core

Version:

[![Vue flow](vue-flow.gif)](https://vueflow.dev/) ![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/vue-flow) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/bcakmakoglu/vue-flow) ![GitHub last commit](

9 lines (7 loc) 229 B
import type { XYPosition } from '../types' /** * Composable for updating the position of nodes. * * @internal */ export declare function useUpdateNodePositions(): (positionDiff: XYPosition, isShiftPressed?: boolean) => void