Skip to content

Commit 4f0ddcd

Browse files
committed
chore: bump version
1 parent 36e977f commit 4f0ddcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/auto-imports.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ declare global {
3030
const boxToRect: typeof import('./utils/graph')['boxToRect']
3131
const calcAutoPan: typeof import('./utils/autopan')['calcAutoPan']
3232
const calcNextPosition: typeof import('./utils/drag')['calcNextPosition']
33-
const checkElementBelowIsValid: typeof import('./composables/useHandleDepr')['checkElementBelowIsValid']
3433
const clamp: typeof import('./utils/graph')['clamp']
3534
const clampPosition: typeof import('./utils/graph')['clampPosition']
3635
const computed: typeof import('vue')['computed']
@@ -259,7 +258,6 @@ declare global {
259258
const useGetPointerPosition: typeof import('./composables/useGetPointerPosition')['useGetPointerPosition']
260259
const useGetters: typeof import('./store/getters')['useGetters']
261260
const useHandle: typeof import('./composables/useHandle')['default']
262-
const useHandleDepr: typeof import('./composables/useHandleDepr')['default']
263261
const useHooks: typeof import('./store/hooks')['useHooks']
264262
const useIdle: typeof import('@vueuse/core')['useIdle']
265263
const useImage: typeof import('@vueuse/core')['useImage']

0 commit comments

Comments
 (0)