3
3
// @ts -nocheck
4
4
// noinspection JSUnusedGlobalSymbols
5
5
// Generated by unplugin-auto-import
6
+ // biome-ignore lint: disable
6
7
export { }
7
8
declare global {
8
9
const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
@@ -66,6 +67,7 @@ declare global {
66
67
const onStartTyping : typeof import ( '@vueuse/core' ) [ 'onStartTyping' ]
67
68
const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
68
69
const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
70
+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
69
71
const pausableWatch : typeof import ( '@vueuse/core' ) [ 'pausableWatch' ]
70
72
const preferredDark : typeof import ( './composables/dark' ) [ 'preferredDark' ]
71
73
const provide : typeof import ( 'vue' ) [ 'provide' ]
@@ -178,6 +180,7 @@ declare global {
178
180
const useGamepad : typeof import ( '@vueuse/core' ) [ 'useGamepad' ]
179
181
const useGeolocation : typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
180
182
const useHead : typeof import ( '@vueuse/head' ) [ 'useHead' ]
183
+ const useId : typeof import ( 'vue' ) [ 'useId' ]
181
184
const useIdle : typeof import ( '@vueuse/core' ) [ 'useIdle' ]
182
185
const useImage : typeof import ( '@vueuse/core' ) [ 'useImage' ]
183
186
const useInfiniteScroll : typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ]
@@ -195,6 +198,7 @@ declare global {
195
198
const useMemoize : typeof import ( '@vueuse/core' ) [ 'useMemoize' ]
196
199
const useMemory : typeof import ( '@vueuse/core' ) [ 'useMemory' ]
197
200
const useMeta : typeof import ( './composables/meta' ) [ 'useMeta' ]
201
+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
198
202
const useMounted : typeof import ( '@vueuse/core' ) [ 'useMounted' ]
199
203
const useMouse : typeof import ( '@vueuse/core' ) [ 'useMouse' ]
200
204
const useMouseInElement : typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ]
@@ -247,6 +251,7 @@ declare global {
247
251
const useStyleTag : typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
248
252
const useSupported : typeof import ( '@vueuse/core' ) [ 'useSupported' ]
249
253
const useSwipe : typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
254
+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
250
255
const useTemplateRefsList : typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
251
256
const useTextDirection : typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
252
257
const useTextSelection : typeof import ( '@vueuse/core' ) [ 'useTextSelection' ]
@@ -299,7 +304,7 @@ declare global {
299
304
// for type re-export
300
305
declare global {
301
306
// @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'
303
308
import ( 'vue' )
304
309
}
305
310
// for vue template auto import
@@ -368,6 +373,7 @@ declare module 'vue' {
368
373
readonly onStartTyping : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onStartTyping' ] >
369
374
readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
370
375
readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
376
+ readonly onWatcherCleanup : UnwrapRef < typeof import ( 'vue' ) [ 'onWatcherCleanup' ] >
371
377
readonly pausableWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'pausableWatch' ] >
372
378
readonly preferredDark : UnwrapRef < typeof import ( './composables/dark' ) [ 'preferredDark' ] >
373
379
readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
@@ -480,6 +486,7 @@ declare module 'vue' {
480
486
readonly useGamepad : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGamepad' ] >
481
487
readonly useGeolocation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGeolocation' ] >
482
488
readonly useHead : UnwrapRef < typeof import ( '@vueuse/head' ) [ 'useHead' ] >
489
+ readonly useId : UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
483
490
readonly useIdle : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useIdle' ] >
484
491
readonly useImage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useImage' ] >
485
492
readonly useInfiniteScroll : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ] >
@@ -497,6 +504,7 @@ declare module 'vue' {
497
504
readonly useMemoize : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemoize' ] >
498
505
readonly useMemory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemory' ] >
499
506
readonly useMeta : UnwrapRef < typeof import ( './composables/meta' ) [ 'useMeta' ] >
507
+ readonly useModel : UnwrapRef < typeof import ( 'vue' ) [ 'useModel' ] >
500
508
readonly useMounted : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMounted' ] >
501
509
readonly useMouse : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouse' ] >
502
510
readonly useMouseInElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ] >
@@ -549,6 +557,7 @@ declare module 'vue' {
549
557
readonly useStyleTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStyleTag' ] >
550
558
readonly useSupported : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSupported' ] >
551
559
readonly useSwipe : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSwipe' ] >
560
+ readonly useTemplateRef : UnwrapRef < typeof import ( 'vue' ) [ 'useTemplateRef' ] >
552
561
readonly useTemplateRefsList : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ] >
553
562
readonly useTextDirection : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextDirection' ] >
554
563
readonly useTextSelection : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextSelection' ] >
0 commit comments