File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ declare global {
138
138
const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
139
139
const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
140
140
const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
141
+ const useCountdown : typeof import ( '@vueuse/core' ) [ 'useCountdown' ]
141
142
const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
142
143
const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
143
144
const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
@@ -433,6 +434,7 @@ declare module 'vue' {
433
434
readonly useCloned : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCloned' ] >
434
435
readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
435
436
readonly useConfirmDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ] >
437
+ readonly useCountdown : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCountdown' ] >
436
438
readonly useCounter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCounter' ] >
437
439
readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
438
440
readonly useCssVar : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCssVar' ] >
You can’t perform that action at this time.
0 commit comments