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 {
138138 const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
139139 const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
140140 const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
141+ const useCountdown : typeof import ( '@vueuse/core' ) [ 'useCountdown' ]
141142 const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
142143 const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
143144 const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
@@ -433,6 +434,7 @@ declare module 'vue' {
433434 readonly useCloned : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCloned' ] >
434435 readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
435436 readonly useConfirmDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ] >
437+ readonly useCountdown : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCountdown' ] >
436438 readonly useCounter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCounter' ] >
437439 readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
438440 readonly useCssVar : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCssVar' ] >
You can’t perform that action at this time.
0 commit comments