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 $ : typeof import ( 'vue/macros' ) [ '$' ]
@@ -63,6 +64,7 @@ declare global {
63
64
const onBeforeUpdate : typeof import ( 'vue' ) [ 'onBeforeUpdate' ]
64
65
const onClickOutside : typeof import ( '@vueuse/core' ) [ 'onClickOutside' ]
65
66
const onDeactivated : typeof import ( 'vue' ) [ 'onDeactivated' ]
67
+ const onElementRemoval : typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ]
66
68
const onErrorCaptured : typeof import ( 'vue' ) [ 'onErrorCaptured' ]
67
69
const onKeyStroke : typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ]
68
70
const onLongPress : typeof import ( '@vueuse/core' ) [ 'onLongPress' ]
@@ -74,6 +76,7 @@ declare global {
74
76
const onStartTyping : typeof import ( '@vueuse/core' ) [ 'onStartTyping' ]
75
77
const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
76
78
const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
79
+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
77
80
const pausableWatch : typeof import ( '@vueuse/core' ) [ 'pausableWatch' ]
78
81
const provide : typeof import ( 'vue' ) [ 'provide' ]
79
82
const provideLocal : typeof import ( '@vueuse/core' ) [ 'provideLocal' ]
@@ -146,6 +149,7 @@ declare global {
146
149
const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
147
150
const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
148
151
const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
152
+ const useCountdown : typeof import ( '@vueuse/core' ) [ 'useCountdown' ]
149
153
const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
150
154
const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
151
155
const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
@@ -186,6 +190,7 @@ declare global {
186
190
const useGeolocation : typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
187
191
const useHead : typeof import ( '@vueuse/head' ) [ 'useHead' ]
188
192
const useI18n : typeof import ( 'vue-i18n' ) [ 'useI18n' ]
193
+ const useId : typeof import ( 'vue' ) [ 'useId' ]
189
194
const useIdle : typeof import ( '@vueuse/core' ) [ 'useIdle' ]
190
195
const useImage : typeof import ( '@vueuse/core' ) [ 'useImage' ]
191
196
const useInfiniteScroll : typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ]
@@ -202,6 +207,7 @@ declare global {
202
207
const useMediaQuery : typeof import ( '@vueuse/core' ) [ 'useMediaQuery' ]
203
208
const useMemoize : typeof import ( '@vueuse/core' ) [ 'useMemoize' ]
204
209
const useMemory : typeof import ( '@vueuse/core' ) [ 'useMemory' ]
210
+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
205
211
const useMounted : typeof import ( '@vueuse/core' ) [ 'useMounted' ]
206
212
const useMouse : typeof import ( '@vueuse/core' ) [ 'useMouse' ]
207
213
const useMouseInElement : typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ]
@@ -226,12 +232,14 @@ declare global {
226
232
const usePreferredDark : typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ]
227
233
const usePreferredLanguages : typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ]
228
234
const usePreferredReducedMotion : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ]
235
+ const usePreferredReducedTransparency : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ]
229
236
const usePrevious : typeof import ( '@vueuse/core' ) [ 'usePrevious' ]
230
237
const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
231
238
const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
232
239
const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
233
240
const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
234
241
const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
242
+ const useSSRWidth : typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ]
235
243
const useScreenOrientation : typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ]
236
244
const useScreenSafeArea : typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ]
237
245
const useScriptTag : typeof import ( '@vueuse/core' ) [ 'useScriptTag' ]
@@ -250,6 +258,7 @@ declare global {
250
258
const useStyleTag : typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
251
259
const useSupported : typeof import ( '@vueuse/core' ) [ 'useSupported' ]
252
260
const useSwipe : typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
261
+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
253
262
const useTemplateRefsList : typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
254
263
const useTextDirection : typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
255
264
const useTextSelection : typeof import ( '@vueuse/core' ) [ 'useTextSelection' ]
@@ -301,9 +310,10 @@ declare global {
301
310
// for type re-export
302
311
declare global {
303
312
// @ts -ignore
304
- export type { Component , ComponentPublicInstance , ComputedRef , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , VNode , WritableComputedRef } from 'vue'
313
+ export type { Component , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
305
314
import ( 'vue' )
306
315
}
316
+
307
317
// for vue template auto import
308
318
import { UnwrapRef } from 'vue'
309
319
declare module 'vue' {
@@ -367,6 +377,7 @@ declare module 'vue' {
367
377
readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
368
378
readonly onClickOutside : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onClickOutside' ] >
369
379
readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
380
+ readonly onElementRemoval : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ] >
370
381
readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
371
382
readonly onKeyStroke : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ] >
372
383
readonly onLongPress : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onLongPress' ] >
@@ -378,6 +389,7 @@ declare module 'vue' {
378
389
readonly onStartTyping : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onStartTyping' ] >
379
390
readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
380
391
readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
392
+ readonly onWatcherCleanup : UnwrapRef < typeof import ( 'vue' ) [ 'onWatcherCleanup' ] >
381
393
readonly pausableWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'pausableWatch' ] >
382
394
readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
383
395
readonly provideLocal : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'provideLocal' ] >
@@ -450,6 +462,7 @@ declare module 'vue' {
450
462
readonly useCloned : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCloned' ] >
451
463
readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
452
464
readonly useConfirmDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ] >
465
+ readonly useCountdown : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCountdown' ] >
453
466
readonly useCounter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCounter' ] >
454
467
readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
455
468
readonly useCssVar : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCssVar' ] >
@@ -490,6 +503,7 @@ declare module 'vue' {
490
503
readonly useGeolocation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGeolocation' ] >
491
504
readonly useHead : UnwrapRef < typeof import ( '@vueuse/head' ) [ 'useHead' ] >
492
505
readonly useI18n : UnwrapRef < typeof import ( 'vue-i18n' ) [ 'useI18n' ] >
506
+ readonly useId : UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
493
507
readonly useIdle : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useIdle' ] >
494
508
readonly useImage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useImage' ] >
495
509
readonly useInfiniteScroll : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ] >
@@ -506,6 +520,7 @@ declare module 'vue' {
506
520
readonly useMediaQuery : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMediaQuery' ] >
507
521
readonly useMemoize : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemoize' ] >
508
522
readonly useMemory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemory' ] >
523
+ readonly useModel : UnwrapRef < typeof import ( 'vue' ) [ 'useModel' ] >
509
524
readonly useMounted : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMounted' ] >
510
525
readonly useMouse : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouse' ] >
511
526
readonly useMouseInElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ] >
@@ -530,12 +545,14 @@ declare module 'vue' {
530
545
readonly usePreferredDark : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ] >
531
546
readonly usePreferredLanguages : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ] >
532
547
readonly usePreferredReducedMotion : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ] >
548
+ readonly usePreferredReducedTransparency : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ] >
533
549
readonly usePrevious : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePrevious' ] >
534
550
readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
535
551
readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
536
552
readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
537
553
readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
538
554
readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
555
+ readonly useSSRWidth : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ] >
539
556
readonly useScreenOrientation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ] >
540
557
readonly useScreenSafeArea : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ] >
541
558
readonly useScriptTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScriptTag' ] >
@@ -554,6 +571,7 @@ declare module 'vue' {
554
571
readonly useStyleTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStyleTag' ] >
555
572
readonly useSupported : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSupported' ] >
556
573
readonly useSwipe : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSwipe' ] >
574
+ readonly useTemplateRef : UnwrapRef < typeof import ( 'vue' ) [ 'useTemplateRef' ] >
557
575
readonly useTemplateRefsList : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ] >
558
576
readonly useTextDirection : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextDirection' ] >
559
577
readonly useTextSelection : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextSelection' ] >
@@ -602,4 +620,4 @@ declare module 'vue' {
602
620
readonly watchWithFilter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchWithFilter' ] >
603
621
readonly whenever : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'whenever' ] >
604
622
}
605
- }
623
+ }
0 commit comments