File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ declare global {
193
193
const useContainerActions : typeof import ( './composable/containerActions' ) [ 'useContainerActions' ]
194
194
const useContainerStore : typeof import ( './stores/container' ) [ 'useContainerStore' ]
195
195
const useContainerStream : typeof import ( './composable/eventStreams' ) [ 'useContainerStream' ]
196
+ const useCountdown : typeof import ( '@vueuse/core' ) [ 'useCountdown' ]
196
197
const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
197
198
const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
198
199
const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
@@ -582,6 +583,7 @@ declare module 'vue' {
582
583
readonly useContainerActions : UnwrapRef < typeof import ( './composable/containerActions' ) [ 'useContainerActions' ] >
583
584
readonly useContainerStore : UnwrapRef < typeof import ( './stores/container' ) [ 'useContainerStore' ] >
584
585
readonly useContainerStream : UnwrapRef < typeof import ( './composable/eventStreams' ) [ 'useContainerStream' ] >
586
+ readonly useCountdown : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCountdown' ] >
585
587
readonly useCounter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCounter' ] >
586
588
readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
587
589
readonly useCssVar : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCssVar' ] >
You can’t perform that action at this time.
0 commit comments