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' ]
@@ -72,6 +73,7 @@ declare global {
7273 const onStartTyping : typeof import ( '@vueuse/core' ) [ 'onStartTyping' ]
7374 const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
7475 const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
76+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
7577 const pausableWatch : typeof import ( '@vueuse/core' ) [ 'pausableWatch' ]
7678 const provide : typeof import ( 'vue' ) [ 'provide' ]
7779 const provideLocal : typeof import ( '@vueuse/core' ) [ 'provideLocal' ]
@@ -183,6 +185,7 @@ declare global {
183185 const useFullscreen : typeof import ( '@vueuse/core' ) [ 'useFullscreen' ]
184186 const useGamepad : typeof import ( '@vueuse/core' ) [ 'useGamepad' ]
185187 const useGeolocation : typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
188+ const useId : typeof import ( 'vue' ) [ 'useId' ]
186189 const useIdle : typeof import ( '@vueuse/core' ) [ 'useIdle' ]
187190 const useImage : typeof import ( '@vueuse/core' ) [ 'useImage' ]
188191 const useInfiniteScroll : typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ]
@@ -198,6 +201,7 @@ declare global {
198201 const useMediaQuery : typeof import ( '@vueuse/core' ) [ 'useMediaQuery' ]
199202 const useMemoize : typeof import ( '@vueuse/core' ) [ 'useMemoize' ]
200203 const useMemory : typeof import ( '@vueuse/core' ) [ 'useMemory' ]
204+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
201205 const useMounted : typeof import ( '@vueuse/core' ) [ 'useMounted' ]
202206 const useMouse : typeof import ( '@vueuse/core' ) [ 'useMouse' ]
203207 const useMouseInElement : typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ]
@@ -243,6 +247,7 @@ declare global {
243247 const useStyleTag : typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
244248 const useSupported : typeof import ( '@vueuse/core' ) [ 'useSupported' ]
245249 const useSwipe : typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
250+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
246251 const useTemplateRefsList : typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
247252 const useTextDirection : typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
248253 const useTextSelection : typeof import ( '@vueuse/core' ) [ 'useTextSelection' ]
@@ -294,6 +299,6 @@ declare global {
294299// for type re-export
295300declare global {
296301 // @ts -ignore
297- export type { Component , ComponentPublicInstance , ComputedRef , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , VNode , WritableComputedRef } from 'vue'
302+ export type { Component , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
298303 import ( 'vue' )
299304}
0 commit comments