33//@ts -nocheck
44// noinspection JSUnusedGlobalSymbols
55// Generated by unplugin-auto-import
6+ // biome-ignore lint: disable
67export { }
78declare global{
89const EffectScope :typeof import ( 'vue' ) [ 'EffectScope' ]
@@ -66,6 +67,7 @@ declare global {
6667const onStartTyping :typeof import ( '@vueuse/core' ) [ 'onStartTyping' ]
6768const onUnmounted :typeof import ( 'vue' ) [ 'onUnmounted' ]
6869const onUpdated :typeof import ( 'vue' ) [ 'onUpdated' ]
70+ const onWatcherCleanup :typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
6971const pausableWatch :typeof import ( '@vueuse/core' ) [ 'pausableWatch' ]
7072const preferredDark :typeof import ( './composables/dark' ) [ 'preferredDark' ]
7173const provide :typeof import ( 'vue' ) [ 'provide' ]
@@ -178,6 +180,7 @@ declare global {
178180const useGamepad :typeof import ( '@vueuse/core' ) [ 'useGamepad' ]
179181const useGeolocation :typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
180182const useHead :typeof import ( '@vueuse/head' ) [ 'useHead' ]
183+ const useId :typeof import ( 'vue' ) [ 'useId' ]
181184const useIdle :typeof import ( '@vueuse/core' ) [ 'useIdle' ]
182185const useImage :typeof import ( '@vueuse/core' ) [ 'useImage' ]
183186const useInfiniteScroll :typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ]
@@ -195,6 +198,7 @@ declare global {
195198const useMemoize :typeof import ( '@vueuse/core' ) [ 'useMemoize' ]
196199const useMemory :typeof import ( '@vueuse/core' ) [ 'useMemory' ]
197200const useMeta :typeof import ( './composables/meta' ) [ 'useMeta' ]
201+ const useModel :typeof import ( 'vue' ) [ 'useModel' ]
198202const useMounted :typeof import ( '@vueuse/core' ) [ 'useMounted' ]
199203const useMouse :typeof import ( '@vueuse/core' ) [ 'useMouse' ]
200204const useMouseInElement :typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ]
@@ -247,6 +251,7 @@ declare global {
247251const useStyleTag :typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
248252const useSupported :typeof import ( '@vueuse/core' ) [ 'useSupported' ]
249253const useSwipe :typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
254+ const useTemplateRef :typeof import ( 'vue' ) [ 'useTemplateRef' ]
250255const useTemplateRefsList :typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
251256const useTextDirection :typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
252257const 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'
303308import ( 'vue' )
304309}
305310// for vue template auto import
@@ -368,6 +373,7 @@ declare module 'vue' {
368373readonly onStartTyping :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onStartTyping' ] >
369374readonly onUnmounted :UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
370375readonly onUpdated :UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
376+ readonly onWatcherCleanup :UnwrapRef < typeof import ( 'vue' ) [ 'onWatcherCleanup' ] >
371377readonly pausableWatch :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'pausableWatch' ] >
372378readonly preferredDark :UnwrapRef < typeof import ( './composables/dark' ) [ 'preferredDark' ] >
373379readonly provide :UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
@@ -480,6 +486,7 @@ declare module 'vue' {
480486readonly useGamepad :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGamepad' ] >
481487readonly useGeolocation :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGeolocation' ] >
482488readonly useHead :UnwrapRef < typeof import ( '@vueuse/head' ) [ 'useHead' ] >
489+ readonly useId :UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
483490readonly useIdle :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useIdle' ] >
484491readonly useImage :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useImage' ] >
485492readonly useInfiniteScroll :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ] >
@@ -497,6 +504,7 @@ declare module 'vue' {
497504readonly useMemoize :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemoize' ] >
498505readonly useMemory :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemory' ] >
499506readonly useMeta :UnwrapRef < typeof import ( './composables/meta' ) [ 'useMeta' ] >
507+ readonly useModel :UnwrapRef < typeof import ( 'vue' ) [ 'useModel' ] >
500508readonly useMounted :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMounted' ] >
501509readonly useMouse :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouse' ] >
502510readonly useMouseInElement :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ] >
@@ -549,6 +557,7 @@ declare module 'vue' {
549557readonly useStyleTag :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStyleTag' ] >
550558readonly useSupported :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSupported' ] >
551559readonly useSwipe :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSwipe' ] >
560+ readonly useTemplateRef :UnwrapRef < typeof import ( 'vue' ) [ 'useTemplateRef' ] >
552561readonly useTemplateRefsList :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ] >
553562readonly useTextDirection :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextDirection' ] >
554563readonly useTextSelection :UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextSelection' ] >