1
1
/* eslint-disable */
2
2
/* prettier-ignore */
3
3
// @ts -nocheck
4
+ // noinspection JSUnusedGlobalSymbols
4
5
// Generated by unplugin-auto-import
6
+ // biome-ignore lint: disable
5
7
export { }
6
8
declare global {
7
9
const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
@@ -19,7 +21,9 @@ declare global {
19
21
const createGlobalState : typeof import ( '@vueuse/core' ) [ 'createGlobalState' ]
20
22
const createInjectionState : typeof import ( '@vueuse/core' ) [ 'createInjectionState' ]
21
23
const createReactiveFn : typeof import ( '@vueuse/core' ) [ 'createReactiveFn' ]
24
+ const createReusableTemplate : typeof import ( '@vueuse/core' ) [ 'createReusableTemplate' ]
22
25
const createSharedComposable : typeof import ( '@vueuse/core' ) [ 'createSharedComposable' ]
26
+ const createTemplatePromise : typeof import ( '@vueuse/core' ) [ 'createTemplatePromise' ]
23
27
const createUnrefFn : typeof import ( '@vueuse/core' ) [ 'createUnrefFn' ]
24
28
const customRef : typeof import ( 'vue' ) [ 'customRef' ]
25
29
const debouncedRef : typeof import ( '@vueuse/core' ) [ 'debouncedRef' ]
@@ -34,6 +38,7 @@ declare global {
34
38
const h : typeof import ( 'vue' ) [ 'h' ]
35
39
const ignorableWatch : typeof import ( '@vueuse/core' ) [ 'ignorableWatch' ]
36
40
const inject : typeof import ( 'vue' ) [ 'inject' ]
41
+ const injectLocal : typeof import ( '@vueuse/core' ) [ 'injectLocal' ]
37
42
const isDark : typeof import ( '../composables/dark' ) [ 'isDark' ]
38
43
const isDefined : typeof import ( '@vueuse/core' ) [ 'isDefined' ]
39
44
const isProxy : typeof import ( 'vue' ) [ 'isProxy' ]
@@ -49,6 +54,7 @@ declare global {
49
54
const onBeforeUpdate : typeof import ( 'vue' ) [ 'onBeforeUpdate' ]
50
55
const onClickOutside : typeof import ( '@vueuse/core' ) [ 'onClickOutside' ]
51
56
const onDeactivated : typeof import ( 'vue' ) [ 'onDeactivated' ]
57
+ const onElementRemoval : typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ]
52
58
const onErrorCaptured : typeof import ( 'vue' ) [ 'onErrorCaptured' ]
53
59
const onKeyStroke : typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ]
54
60
const onLongPress : typeof import ( '@vueuse/core' ) [ 'onLongPress' ]
@@ -60,8 +66,10 @@ declare global {
60
66
const onStartTyping : typeof import ( '@vueuse/core' ) [ 'onStartTyping' ]
61
67
const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
62
68
const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
69
+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
63
70
const pausableWatch : typeof import ( '@vueuse/core' ) [ 'pausableWatch' ]
64
71
const provide : typeof import ( 'vue' ) [ 'provide' ]
72
+ const provideLocal : typeof import ( '@vueuse/core' ) [ 'provideLocal' ]
65
73
const reactify : typeof import ( '@vueuse/core' ) [ 'reactify' ]
66
74
const reactifyObject : typeof import ( '@vueuse/core' ) [ 'reactifyObject' ]
67
75
const reactive : typeof import ( 'vue' ) [ 'reactive' ]
@@ -90,6 +98,7 @@ declare global {
90
98
const toReactive : typeof import ( '@vueuse/core' ) [ 'toReactive' ]
91
99
const toRef : typeof import ( 'vue' ) [ 'toRef' ]
92
100
const toRefs : typeof import ( 'vue' ) [ 'toRefs' ]
101
+ const toValue : typeof import ( 'vue' ) [ 'toValue' ]
93
102
const toggleDark : typeof import ( '../composables/dark' ) [ 'toggleDark' ]
94
103
const triggerRef : typeof import ( 'vue' ) [ 'triggerRef' ]
95
104
const tryOnBeforeMount : typeof import ( '@vueuse/core' ) [ 'tryOnBeforeMount' ]
@@ -101,11 +110,14 @@ declare global {
101
110
const unrefElement : typeof import ( '@vueuse/core' ) [ 'unrefElement' ]
102
111
const until : typeof import ( '@vueuse/core' ) [ 'until' ]
103
112
const useActiveElement : typeof import ( '@vueuse/core' ) [ 'useActiveElement' ]
113
+ const useAnimate : typeof import ( '@vueuse/core' ) [ 'useAnimate' ]
114
+ const useArrayDifference : typeof import ( '@vueuse/core' ) [ 'useArrayDifference' ]
104
115
const useArrayEvery : typeof import ( '@vueuse/core' ) [ 'useArrayEvery' ]
105
116
const useArrayFilter : typeof import ( '@vueuse/core' ) [ 'useArrayFilter' ]
106
117
const useArrayFind : typeof import ( '@vueuse/core' ) [ 'useArrayFind' ]
107
118
const useArrayFindIndex : typeof import ( '@vueuse/core' ) [ 'useArrayFindIndex' ]
108
119
const useArrayFindLast : typeof import ( '@vueuse/core' ) [ 'useArrayFindLast' ]
120
+ const useArrayIncludes : typeof import ( '@vueuse/core' ) [ 'useArrayIncludes' ]
109
121
const useArrayJoin : typeof import ( '@vueuse/core' ) [ 'useArrayJoin' ]
110
122
const useArrayMap : typeof import ( '@vueuse/core' ) [ 'useArrayMap' ]
111
123
const useArrayReduce : typeof import ( '@vueuse/core' ) [ 'useArrayReduce' ]
@@ -122,6 +134,7 @@ declare global {
122
134
const useBrowserLocation : typeof import ( '@vueuse/core' ) [ 'useBrowserLocation' ]
123
135
const useCached : typeof import ( '@vueuse/core' ) [ 'useCached' ]
124
136
const useClipboard : typeof import ( '@vueuse/core' ) [ 'useClipboard' ]
137
+ const useClipboardItems : typeof import ( '@vueuse/core' ) [ 'useClipboardItems' ]
125
138
const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
126
139
const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
127
140
const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
@@ -163,6 +176,7 @@ declare global {
163
176
const useFullscreen : typeof import ( '@vueuse/core' ) [ 'useFullscreen' ]
164
177
const useGamepad : typeof import ( '@vueuse/core' ) [ 'useGamepad' ]
165
178
const useGeolocation : typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
179
+ const useId : typeof import ( 'vue' ) [ 'useId' ]
166
180
const useIdle : typeof import ( '@vueuse/core' ) [ 'useIdle' ]
167
181
const useImage : typeof import ( '@vueuse/core' ) [ 'useImage' ]
168
182
const useInfiniteScroll : typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ]
@@ -178,6 +192,7 @@ declare global {
178
192
const useMediaQuery : typeof import ( '@vueuse/core' ) [ 'useMediaQuery' ]
179
193
const useMemoize : typeof import ( '@vueuse/core' ) [ 'useMemoize' ]
180
194
const useMemory : typeof import ( '@vueuse/core' ) [ 'useMemory' ]
195
+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
181
196
const useMounted : typeof import ( '@vueuse/core' ) [ 'useMounted' ]
182
197
const useMouse : typeof import ( '@vueuse/core' ) [ 'useMouse' ]
183
198
const useMouseInElement : typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ]
@@ -191,6 +206,8 @@ declare global {
191
206
const useOnline : typeof import ( '@vueuse/core' ) [ 'useOnline' ]
192
207
const usePageLeave : typeof import ( '@vueuse/core' ) [ 'usePageLeave' ]
193
208
const useParallax : typeof import ( '@vueuse/core' ) [ 'useParallax' ]
209
+ const useParentElement : typeof import ( '@vueuse/core' ) [ 'useParentElement' ]
210
+ const usePerformanceObserver : typeof import ( '@vueuse/core' ) [ 'usePerformanceObserver' ]
194
211
const usePermission : typeof import ( '@vueuse/core' ) [ 'usePermission' ]
195
212
const usePointer : typeof import ( '@vueuse/core' ) [ 'usePointer' ]
196
213
const usePointerLock : typeof import ( '@vueuse/core' ) [ 'usePointerLock' ]
@@ -200,10 +217,12 @@ declare global {
200
217
const usePreferredDark : typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ]
201
218
const usePreferredLanguages : typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ]
202
219
const usePreferredReducedMotion : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ]
220
+ const usePreferredReducedTransparency : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ]
203
221
const usePrevious : typeof import ( '@vueuse/core' ) [ 'usePrevious' ]
204
222
const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
205
223
const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
206
224
const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
225
+ const useSSRWidth : typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ]
207
226
const useScreenOrientation : typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ]
208
227
const useScreenSafeArea : typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ]
209
228
const useScriptTag : typeof import ( '@vueuse/core' ) [ 'useScriptTag' ]
@@ -221,6 +240,7 @@ declare global {
221
240
const useStyleTag : typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
222
241
const useSupported : typeof import ( '@vueuse/core' ) [ 'useSupported' ]
223
242
const useSwipe : typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
243
+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
224
244
const useTemplateRefsList : typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
225
245
const useTextDirection : typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
226
246
const useTextSelection : typeof import ( '@vueuse/core' ) [ 'useTextSelection' ]
@@ -256,8 +276,10 @@ declare global {
256
276
const watchArray : typeof import ( '@vueuse/core' ) [ 'watchArray' ]
257
277
const watchAtMost : typeof import ( '@vueuse/core' ) [ 'watchAtMost' ]
258
278
const watchDebounced : typeof import ( '@vueuse/core' ) [ 'watchDebounced' ]
279
+ const watchDeep : typeof import ( '@vueuse/core' ) [ 'watchDeep' ]
259
280
const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
260
281
const watchIgnorable : typeof import ( '@vueuse/core' ) [ 'watchIgnorable' ]
282
+ const watchImmediate : typeof import ( '@vueuse/core' ) [ 'watchImmediate' ]
261
283
const watchOnce : typeof import ( '@vueuse/core' ) [ 'watchOnce' ]
262
284
const watchPausable : typeof import ( '@vueuse/core' ) [ 'watchPausable' ]
263
285
const watchPostEffect : typeof import ( 'vue' ) [ 'watchPostEffect' ]
@@ -270,11 +292,14 @@ declare global {
270
292
// for type re-export
271
293
declare global {
272
294
// @ts -ignore
273
- export type { Component , ComponentPublicInstance , ComputedRef , InjectionKey , PropType , Ref , VNode } from 'vue'
295
+ export type { Component , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
296
+ import ( 'vue' )
274
297
}
298
+
275
299
// for vue template auto import
276
300
import { UnwrapRef } from 'vue'
277
301
declare module 'vue' {
302
+ interface GlobalComponents { }
278
303
interface ComponentCustomProperties {
279
304
readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
280
305
readonly asyncComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'asyncComputed' ] >
@@ -291,7 +316,9 @@ declare module 'vue' {
291
316
readonly createGlobalState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createGlobalState' ] >
292
317
readonly createInjectionState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createInjectionState' ] >
293
318
readonly createReactiveFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createReactiveFn' ] >
319
+ readonly createReusableTemplate : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createReusableTemplate' ] >
294
320
readonly createSharedComposable : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createSharedComposable' ] >
321
+ readonly createTemplatePromise : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createTemplatePromise' ] >
295
322
readonly createUnrefFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createUnrefFn' ] >
296
323
readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
297
324
readonly debouncedRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'debouncedRef' ] >
@@ -306,6 +333,7 @@ declare module 'vue' {
306
333
readonly h : UnwrapRef < typeof import ( 'vue' ) [ 'h' ] >
307
334
readonly ignorableWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'ignorableWatch' ] >
308
335
readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
336
+ readonly injectLocal : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'injectLocal' ] >
309
337
readonly isDark : UnwrapRef < typeof import ( '../composables/dark' ) [ 'isDark' ] >
310
338
readonly isDefined : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'isDefined' ] >
311
339
readonly isProxy : UnwrapRef < typeof import ( 'vue' ) [ 'isProxy' ] >
@@ -321,6 +349,7 @@ declare module 'vue' {
321
349
readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
322
350
readonly onClickOutside : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onClickOutside' ] >
323
351
readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
352
+ readonly onElementRemoval : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ] >
324
353
readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
325
354
readonly onKeyStroke : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ] >
326
355
readonly onLongPress : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onLongPress' ] >
@@ -332,8 +361,10 @@ declare module 'vue' {
332
361
readonly onStartTyping : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onStartTyping' ] >
333
362
readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
334
363
readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
364
+ readonly onWatcherCleanup : UnwrapRef < typeof import ( 'vue' ) [ 'onWatcherCleanup' ] >
335
365
readonly pausableWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'pausableWatch' ] >
336
366
readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
367
+ readonly provideLocal : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'provideLocal' ] >
337
368
readonly reactify : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'reactify' ] >
338
369
readonly reactifyObject : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'reactifyObject' ] >
339
370
readonly reactive : UnwrapRef < typeof import ( 'vue' ) [ 'reactive' ] >
@@ -362,6 +393,7 @@ declare module 'vue' {
362
393
readonly toReactive : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'toReactive' ] >
363
394
readonly toRef : UnwrapRef < typeof import ( 'vue' ) [ 'toRef' ] >
364
395
readonly toRefs : UnwrapRef < typeof import ( 'vue' ) [ 'toRefs' ] >
396
+ readonly toValue : UnwrapRef < typeof import ( 'vue' ) [ 'toValue' ] >
365
397
readonly toggleDark : UnwrapRef < typeof import ( '../composables/dark' ) [ 'toggleDark' ] >
366
398
readonly triggerRef : UnwrapRef < typeof import ( 'vue' ) [ 'triggerRef' ] >
367
399
readonly tryOnBeforeMount : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'tryOnBeforeMount' ] >
@@ -373,11 +405,14 @@ declare module 'vue' {
373
405
readonly unrefElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'unrefElement' ] >
374
406
readonly until : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'until' ] >
375
407
readonly useActiveElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useActiveElement' ] >
408
+ readonly useAnimate : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useAnimate' ] >
409
+ readonly useArrayDifference : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayDifference' ] >
376
410
readonly useArrayEvery : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayEvery' ] >
377
411
readonly useArrayFilter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayFilter' ] >
378
412
readonly useArrayFind : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayFind' ] >
379
413
readonly useArrayFindIndex : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayFindIndex' ] >
380
414
readonly useArrayFindLast : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayFindLast' ] >
415
+ readonly useArrayIncludes : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayIncludes' ] >
381
416
readonly useArrayJoin : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayJoin' ] >
382
417
readonly useArrayMap : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayMap' ] >
383
418
readonly useArrayReduce : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayReduce' ] >
@@ -394,6 +429,7 @@ declare module 'vue' {
394
429
readonly useBrowserLocation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBrowserLocation' ] >
395
430
readonly useCached : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCached' ] >
396
431
readonly useClipboard : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useClipboard' ] >
432
+ readonly useClipboardItems : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useClipboardItems' ] >
397
433
readonly useCloned : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCloned' ] >
398
434
readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
399
435
readonly useConfirmDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ] >
@@ -435,6 +471,7 @@ declare module 'vue' {
435
471
readonly useFullscreen : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFullscreen' ] >
436
472
readonly useGamepad : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGamepad' ] >
437
473
readonly useGeolocation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGeolocation' ] >
474
+ readonly useId : UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
438
475
readonly useIdle : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useIdle' ] >
439
476
readonly useImage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useImage' ] >
440
477
readonly useInfiniteScroll : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ] >
@@ -450,6 +487,7 @@ declare module 'vue' {
450
487
readonly useMediaQuery : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMediaQuery' ] >
451
488
readonly useMemoize : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemoize' ] >
452
489
readonly useMemory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemory' ] >
490
+ readonly useModel : UnwrapRef < typeof import ( 'vue' ) [ 'useModel' ] >
453
491
readonly useMounted : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMounted' ] >
454
492
readonly useMouse : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouse' ] >
455
493
readonly useMouseInElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ] >
@@ -463,6 +501,8 @@ declare module 'vue' {
463
501
readonly useOnline : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useOnline' ] >
464
502
readonly usePageLeave : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePageLeave' ] >
465
503
readonly useParallax : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useParallax' ] >
504
+ readonly useParentElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useParentElement' ] >
505
+ readonly usePerformanceObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePerformanceObserver' ] >
466
506
readonly usePermission : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePermission' ] >
467
507
readonly usePointer : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointer' ] >
468
508
readonly usePointerLock : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointerLock' ] >
@@ -472,10 +512,12 @@ declare module 'vue' {
472
512
readonly usePreferredDark : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ] >
473
513
readonly usePreferredLanguages : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ] >
474
514
readonly usePreferredReducedMotion : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ] >
515
+ readonly usePreferredReducedTransparency : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ] >
475
516
readonly usePrevious : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePrevious' ] >
476
517
readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
477
518
readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
478
519
readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
520
+ readonly useSSRWidth : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ] >
479
521
readonly useScreenOrientation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ] >
480
522
readonly useScreenSafeArea : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ] >
481
523
readonly useScriptTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScriptTag' ] >
@@ -493,6 +535,7 @@ declare module 'vue' {
493
535
readonly useStyleTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStyleTag' ] >
494
536
readonly useSupported : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSupported' ] >
495
537
readonly useSwipe : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSwipe' ] >
538
+ readonly useTemplateRef : UnwrapRef < typeof import ( 'vue' ) [ 'useTemplateRef' ] >
496
539
readonly useTemplateRefsList : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ] >
497
540
readonly useTextDirection : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextDirection' ] >
498
541
readonly useTextSelection : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTextSelection' ] >
@@ -528,8 +571,10 @@ declare module 'vue' {
528
571
readonly watchArray : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchArray' ] >
529
572
readonly watchAtMost : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchAtMost' ] >
530
573
readonly watchDebounced : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchDebounced' ] >
574
+ readonly watchDeep : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchDeep' ] >
531
575
readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
532
576
readonly watchIgnorable : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchIgnorable' ] >
577
+ readonly watchImmediate : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchImmediate' ] >
533
578
readonly watchOnce : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchOnce' ] >
534
579
readonly watchPausable : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchPausable' ] >
535
580
readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
@@ -539,4 +584,4 @@ declare module 'vue' {
539
584
readonly watchWithFilter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'watchWithFilter' ] >
540
585
readonly whenever : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'whenever' ] >
541
586
}
542
- }
587
+ }
0 commit comments