@@ -79,6 +79,7 @@ declare global {
7979 const onBeforeUpdate : typeof import ( 'vue' ) [ 'onBeforeUpdate' ]
8080 const onClickOutside : typeof import ( '@vueuse/core' ) [ 'onClickOutside' ]
8181 const onDeactivated : typeof import ( 'vue' ) [ 'onDeactivated' ]
82+ const onElementRemoval : typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ]
8283 const onErrorCaptured : typeof import ( 'vue' ) [ 'onErrorCaptured' ]
8384 const onKeyStroke : typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ]
8485 const onLongPress : typeof import ( '@vueuse/core' ) [ 'onLongPress' ]
@@ -168,6 +169,7 @@ declare global {
168169 const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
169170 const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
170171 const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
172+ const useCountdown : typeof import ( '@vueuse/core' ) [ 'useCountdown' ]
171173 const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
172174 const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
173175 const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
@@ -253,13 +255,15 @@ declare global {
253255 const usePreferredDark : typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ]
254256 const usePreferredLanguages : typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ]
255257 const usePreferredReducedMotion : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ]
258+ const usePreferredReducedTransparency : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ]
256259 const usePrevious : typeof import ( '@vueuse/core' ) [ 'usePrevious' ]
257260 const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
258261 const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
259262 const useRequest : typeof import ( '../src/composables/request' ) [ 'useRequest' ]
260263 const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
261264 const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
262265 const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
266+ const useSSRWidth : typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ]
263267 const useScreenOrientation : typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ]
264268 const useScreenSafeArea : typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ]
265269 const useScriptTag : typeof import ( '@vueuse/core' ) [ 'useScriptTag' ]
@@ -418,6 +422,7 @@ declare module 'vue' {
418422 readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
419423 readonly onClickOutside : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onClickOutside' ] >
420424 readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
425+ readonly onElementRemoval : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ] >
421426 readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
422427 readonly onKeyStroke : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ] >
423428 readonly onLongPress : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onLongPress' ] >
@@ -507,6 +512,7 @@ declare module 'vue' {
507512 readonly useCloned : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCloned' ] >
508513 readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
509514 readonly useConfirmDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ] >
515+ readonly useCountdown : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCountdown' ] >
510516 readonly useCounter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCounter' ] >
511517 readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
512518 readonly useCssVar : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCssVar' ] >
@@ -592,13 +598,15 @@ declare module 'vue' {
592598 readonly usePreferredDark : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ] >
593599 readonly usePreferredLanguages : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ] >
594600 readonly usePreferredReducedMotion : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ] >
601+ readonly usePreferredReducedTransparency : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ] >
595602 readonly usePrevious : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePrevious' ] >
596603 readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
597604 readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
598605 readonly useRequest : UnwrapRef < typeof import ( '../src/composables/request' ) [ 'useRequest' ] >
599606 readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
600607 readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
601608 readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
609+ readonly useSSRWidth : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ] >
602610 readonly useScreenOrientation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ] >
603611 readonly useScreenSafeArea : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ] >
604612 readonly useScriptTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScriptTag' ] >
0 commit comments