@@ -73,6 +73,7 @@ declare global {
73
73
const onBeforeUpdate : typeof import ( 'vue' ) [ 'onBeforeUpdate' ]
74
74
const onClickOutside : typeof import ( '@vueuse/core' ) [ 'onClickOutside' ]
75
75
const onDeactivated : typeof import ( 'vue' ) [ 'onDeactivated' ]
76
+ const onElementRemoval : typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ]
76
77
const onErrorCaptured : typeof import ( 'vue' ) [ 'onErrorCaptured' ]
77
78
const onKeyStroke : typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ]
78
79
const onLongPress : typeof import ( '@vueuse/core' ) [ 'onLongPress' ]
@@ -157,6 +158,7 @@ declare global {
157
158
const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
158
159
const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
159
160
const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
161
+ const useCountdown : typeof import ( '@vueuse/core' ) [ 'useCountdown' ]
160
162
const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
161
163
const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
162
164
const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
@@ -241,13 +243,15 @@ declare global {
241
243
const usePreferredDark : typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ]
242
244
const usePreferredLanguages : typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ]
243
245
const usePreferredReducedMotion : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ]
246
+ const usePreferredReducedTransparency : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ]
244
247
const usePrevious : typeof import ( '@vueuse/core' ) [ 'usePrevious' ]
245
248
const useQuery : typeof import ( './hooks/route' ) [ 'useQuery' ]
246
249
const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
247
250
const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
248
251
const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
249
252
const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
250
253
const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
254
+ const useSSRWidth : typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ]
251
255
const useScreenOrientation : typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ]
252
256
const useScreenSafeArea : typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ]
253
257
const useScriptTag : typeof import ( '@vueuse/core' ) [ 'useScriptTag' ]
@@ -398,6 +402,7 @@ declare module 'vue' {
398
402
readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
399
403
readonly onClickOutside : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onClickOutside' ] >
400
404
readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
405
+ readonly onElementRemoval : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ] >
401
406
readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
402
407
readonly onKeyStroke : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ] >
403
408
readonly onLongPress : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onLongPress' ] >
@@ -482,6 +487,7 @@ declare module 'vue' {
482
487
readonly useCloned : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCloned' ] >
483
488
readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
484
489
readonly useConfirmDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ] >
490
+ readonly useCountdown : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCountdown' ] >
485
491
readonly useCounter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCounter' ] >
486
492
readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
487
493
readonly useCssVar : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCssVar' ] >
@@ -566,13 +572,15 @@ declare module 'vue' {
566
572
readonly usePreferredDark : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ] >
567
573
readonly usePreferredLanguages : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ] >
568
574
readonly usePreferredReducedMotion : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ] >
575
+ readonly usePreferredReducedTransparency : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ] >
569
576
readonly usePrevious : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePrevious' ] >
570
577
readonly useQuery : UnwrapRef < typeof import ( './hooks/route' ) [ 'useQuery' ] >
571
578
readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
572
579
readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
573
580
readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
574
581
readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
575
582
readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
583
+ readonly useSSRWidth : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ] >
576
584
readonly useScreenOrientation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ] >
577
585
readonly useScreenSafeArea : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ] >
578
586
readonly useScriptTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScriptTag' ] >
0 commit comments