chore(core): update composable jsdocs

This commit is contained in:
braks
2024-02-15 17:46:21 +01:00
committed by Braks
parent ee8748e936
commit fbb3f63134
23 changed files with 104 additions and 18 deletions
@@ -2,7 +2,9 @@ import type { UseDragEvent } from './useDrag'
import { useVueFlow } from './useVueFlow'
/**
* This composable is for *internal* use only.
* Composable that returns a function to get the pointer position
*
* @internal
*/
export function useGetPointerPosition() {
const { viewport, snapGrid, snapToGrid } = useVueFlow()