From 4f0ddcdd26cb9bcfabf9a6bca0172f75911fae3c Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 2 Feb 2023 00:23:01 +0100 Subject: [PATCH] chore: bump version --- packages/core/src/auto-imports.d.ts | 2 -- 1 file changed, 2 deletions(-) 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']