33// @ts -nocheck
44// noinspection JSUnusedGlobalSymbols
55// Generated by unplugin-auto-import
6+ // biome-ignore lint: disable
67export { }
78declare global {
89 const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
@@ -63,6 +64,7 @@ declare global {
6364 const onStartTyping : typeof import ( '@vueuse/core' ) [ 'onStartTyping' ]
6465 const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
6566 const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
67+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
6668 const pausableWatch : typeof import ( '@vueuse/core' ) [ 'pausableWatch' ]
6769 const provide : typeof import ( 'vue' ) [ 'provide' ]
6870 const provideLocal : typeof import ( '@vueuse/core' ) [ 'provideLocal' ]
@@ -170,6 +172,7 @@ declare global {
170172 const useFullscreen : typeof import ( '@vueuse/core' ) [ 'useFullscreen' ]
171173 const useGamepad : typeof import ( '@vueuse/core' ) [ 'useGamepad' ]
172174 const useGeolocation : typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
175+ const useId : typeof import ( 'vue' ) [ 'useId' ]
173176 const useIdle : typeof import ( '@vueuse/core' ) [ 'useIdle' ]
174177 const useImage : typeof import ( '@vueuse/core' ) [ 'useImage' ]
175178 const useInfiniteScroll : typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ]
@@ -185,6 +188,7 @@ declare global {
185188 const useMediaQuery : typeof import ( '@vueuse/core' ) [ 'useMediaQuery' ]
186189 const useMemoize : typeof import ( '@vueuse/core' ) [ 'useMemoize' ]
187190 const useMemory : typeof import ( '@vueuse/core' ) [ 'useMemory' ]
191+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
188192 const useMounted : typeof import ( '@vueuse/core' ) [ 'useMounted' ]
189193 const useMouse : typeof import ( '@vueuse/core' ) [ 'useMouse' ]
190194 const useMouseInElement : typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ]
@@ -230,6 +234,7 @@ declare global {
230234 const useStyleTag : typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
231235 const useSupported : typeof import ( '@vueuse/core' ) [ 'useSupported' ]
232236 const useSwipe : typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
237+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
233238 const useTemplateRefsList : typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
234239 const useTextDirection : typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
235240 const useTextSelection : typeof import ( '@vueuse/core' ) [ 'useTextSelection' ]
@@ -281,6 +286,6 @@ declare global {
281286// for type re-export
282287declare global {
283288 // @ts -ignore
284- export type { Component , ComponentPublicInstance , ComputedRef , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , VNode , WritableComputedRef } from 'vue'
289+ export type { Component , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
285290 import ( 'vue' )
286291}
0 commit comments