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' ]
@@ -66,6 +67,7 @@ declare global {
6667 const onStartTyping : typeof import ( '@vueuse/core' ) [ 'onStartTyping' ]
6768 const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
6869 const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
70+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
6971 const pausableWatch : typeof import ( '@vueuse/core' ) [ 'pausableWatch' ]
7072 const preferredDark : typeof import ( './composables/dark' ) [ 'preferredDark' ]
7173 const provide : typeof import ( 'vue' ) [ 'provide' ]
@@ -178,6 +180,7 @@ declare global {
178180 const useGamepad : typeof import ( '@vueuse/core' ) [ 'useGamepad' ]
179181 const useGeolocation : typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
180182 const useHead : typeof import ( '@vueuse/head' ) [ 'useHead' ]
183+ const useId : typeof import ( 'vue' ) [ 'useId' ]
181184 const useIdle : typeof import ( '@vueuse/core' ) [ 'useIdle' ]
182185 const useImage : typeof import ( '@vueuse/core' ) [ 'useImage' ]
183186 const useInfiniteScroll : typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ]
@@ -195,6 +198,7 @@ declare global {
195198 const useMemoize : typeof import ( '@vueuse/core' ) [ 'useMemoize' ]
196199 const useMemory : typeof import ( '@vueuse/core' ) [ 'useMemory' ]
197200 const useMeta : typeof import ( './composables/meta' ) [ 'useMeta' ]
201+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
198202 const useMounted : typeof import ( '@vueuse/core' ) [ 'useMounted' ]
199203 const useMouse : typeof import ( '@vueuse/core' ) [ 'useMouse' ]
200204 const useMouseInElement : typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ]
@@ -247,6 +251,7 @@ declare global {
247251 const useStyleTag : typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
248252 const useSupported : typeof import ( '@vueuse/core' ) [ 'useSupported' ]
249253 const useSwipe : typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
254+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
250255 const useTemplateRefsList : typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
251256 const useTextDirection : typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
252257 const useTextSelection : typeof import ( '@vueuse/core' ) [ 'useTextSelection' ]
@@ -299,7 +304,7 @@ declare global {
299304// for type re-export
300305declare global {
301306 // @ts -ignore
302- export type { Component , ComponentPublicInstance , ComputedRef , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , VNode , WritableComputedRef } from 'vue'
307+ export type { Component , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
303308 import ( 'vue' )
304309}
305310// for vue template auto import
@@ -368,6 +373,7 @@ declare module 'vue' {
368373 readonly onStartTyping : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onStartTyping' ] >
369374 readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
370375 readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
376+ readonly onWatcherCleanup : UnwrapRef < typeof import ( 'vue' ) [ 'onWatcherCleanup' ] >
371377 readonly pausableWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'pausableWatch' ] >
372378 readonly preferredDark : UnwrapRef < typeof import ( './composables/dark' ) [ 'preferredDark' ] >
373379 readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
@@ -480,6 +486,7 @@ declare module 'vue' {
480486 readonly useGamepad : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGamepad' ] >
481487 readonly useGeolocation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGeolocation' ] >
482488 readonly useHead : UnwrapRef < typeof import ( '@vueuse/head' ) [ 'useHead' ] >
489+ readonly useId : UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
483490 readonly useIdle : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useIdle' ] >
484491 readonly useImage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useImage' ] >
485492 readonly useInfiniteScroll : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ] >
@@ -497,6 +504,7 @@ declare module 'vue' {
497504 readonly useMemoize : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemoize' ] >
498505 readonly useMemory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemory' ] >
499506 readonly useMeta : UnwrapRef < typeof import ( './composables/meta' ) [ 'useMeta' ] >
507+ readonly useModel : UnwrapRef < typeof import ( 'vue' ) [ 'useModel' ] >
500508 readonly useMounted : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMounted' ] >
501509 readonly useMouse : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouse' ] >
502510 readonly useMouseInElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ] >
@@ -549,6 +557,7 @@ declare module 'vue' {
549557 readonly useStyleTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStyleTag' ] >
550558 readonly useSupported : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSupported' ] >
551559 readonly useSwipe : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSwipe' ] >
560+ readonly useTemplateRef : UnwrapRef < typeof import ( 'vue' ) [ 'useTemplateRef' ] >
552561 readonly useTemplateRefsList : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ] >
553562 readonly useTextDirection : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextDirection' ] >
554563 readonly useTextSelection : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextSelection' ] >
0 commit comments