File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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' ]
You can’t perform that action at this time.
0 commit comments