@@ -20,6 +20,7 @@ declare global {
2020 const createApp : typeof import ( 'vue' ) [ 'createApp' ]
2121 const createEventHook : typeof import ( '@vueuse/core' ) [ 'createEventHook' ]
2222 const createGlobalState : typeof import ( '@vueuse/core' ) [ 'createGlobalState' ]
23+ const createInjectionState : typeof import ( '@vueuse/core' ) [ 'createInjectionState' ]
2324 const createReactiveFn : typeof import ( '@vueuse/core' ) [ 'createReactiveFn' ]
2425 const createSharedComposable : typeof import ( '@vueuse/core' ) [ 'createSharedComposable' ]
2526 const createUnrefFn : typeof import ( '@vueuse/core' ) [ 'createUnrefFn' ]
@@ -46,7 +47,6 @@ declare global {
4647 const makeDestructurable : typeof import ( '@vueuse/core' ) [ 'makeDestructurable' ]
4748 const markRaw : typeof import ( 'vue' ) [ 'markRaw' ]
4849 const nextTick : typeof import ( 'vue' ) [ 'nextTick' ]
49- const note : typeof import ( '@vueuse/core' ) [ 'note' ]
5050 const onActivated : typeof import ( 'vue' ) [ 'onActivated' ]
5151 const onBeforeMount : typeof import ( 'vue' ) [ 'onBeforeMount' ]
5252 const onBeforeUnmount : typeof import ( 'vue' ) [ 'onBeforeUnmount' ]
@@ -93,6 +93,7 @@ declare global {
9393 const toRef : typeof import ( 'vue' ) [ 'toRef' ]
9494 const toRefs : typeof import ( 'vue' ) [ 'toRefs' ]
9595 const triggerRef : typeof import ( 'vue' ) [ 'triggerRef' ]
96+ const tryOnBeforeMount : typeof import ( '@vueuse/core' ) [ 'tryOnBeforeMount' ]
9697 const tryOnBeforeUnmount : typeof import ( '@vueuse/core' ) [ 'tryOnBeforeUnmount' ]
9798 const tryOnMounted : typeof import ( '@vueuse/core' ) [ 'tryOnMounted' ]
9899 const tryOnScopeDispose : typeof import ( '@vueuse/core' ) [ 'tryOnScopeDispose' ]
@@ -118,6 +119,7 @@ declare global {
118119 const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
119120 const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
120121 const useCssVars : typeof import ( 'vue' ) [ 'useCssVars' ]
122+ const useCurrentElement : typeof import ( '@vueuse/core' ) [ 'useCurrentElement' ]
121123 const useCycleList : typeof import ( '@vueuse/core' ) [ 'useCycleList' ]
122124 const useDark : typeof import ( '@vueuse/core' ) [ 'useDark' ]
123125 const useDateFormat : typeof import ( '@vueuse/core' ) [ 'useDateFormat' ]
@@ -131,6 +133,7 @@ declare global {
131133 const useDisplayMedia : typeof import ( '@vueuse/core' ) [ 'useDisplayMedia' ]
132134 const useDocumentVisibility : typeof import ( '@vueuse/core' ) [ 'useDocumentVisibility' ]
133135 const useDraggable : typeof import ( '@vueuse/core' ) [ 'useDraggable' ]
136+ const useDropZone : typeof import ( '@vueuse/core' ) [ 'useDropZone' ]
134137 const useElementBounding : typeof import ( '@vueuse/core' ) [ 'useElementBounding' ]
135138 const useElementByPoint : typeof import ( '@vueuse/core' ) [ 'useElementByPoint' ]
136139 const useElementHover : typeof import ( '@vueuse/core' ) [ 'useElementHover' ]
@@ -186,6 +189,7 @@ declare global {
186189 const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
187190 const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
188191 const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
192+ const useScreenOrientation : typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ]
189193 const useScreenSafeArea : typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ]
190194 const useScriptTag : typeof import ( '@vueuse/core' ) [ 'useScriptTag' ]
191195 const useScroll : typeof import ( '@vueuse/core' ) [ 'useScroll' ]
0 commit comments