diff --git a/packages/core/src/auto-imports.d.ts b/packages/core/src/auto-imports.d.ts index b0a146ed..246243a6 100644 --- a/packages/core/src/auto-imports.d.ts +++ b/packages/core/src/auto-imports.d.ts @@ -30,7 +30,6 @@ declare global { const boxToRect: typeof import('./utils/graph')['boxToRect'] const calcAutoPan: typeof import('./utils/autopan')['calcAutoPan'] const calcNextPosition: typeof import('./utils/drag')['calcNextPosition'] - const checkElementBelowIsValid: typeof import('./composables/useHandleDepr')['checkElementBelowIsValid'] const clamp: typeof import('./utils/graph')['clamp'] const clampPosition: typeof import('./utils/graph')['clampPosition'] const computed: typeof import('vue')['computed'] @@ -259,7 +258,6 @@ declare global { const useGetPointerPosition: typeof import('./composables/useGetPointerPosition')['useGetPointerPosition'] const useGetters: typeof import('./store/getters')['useGetters'] const useHandle: typeof import('./composables/useHandle')['default'] - const useHandleDepr: typeof import('./composables/useHandleDepr')['default'] const useHooks: typeof import('./store/hooks')['useHooks'] const useIdle: typeof import('@vueuse/core')['useIdle'] const useImage: typeof import('@vueuse/core')['useImage']