Skip to content

Commit 992e1a2

Browse files
committed
chore: generate
1 parent 2378a1f commit 992e1a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/auto-imports.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ declare global {
193193
const useContainerActions: typeof import('./composable/containerActions')['useContainerActions']
194194
const useContainerStore: typeof import('./stores/container')['useContainerStore']
195195
const useContainerStream: typeof import('./composable/eventStreams')['useContainerStream']
196+
const useCountdown: typeof import('@vueuse/core')['useCountdown']
196197
const useCounter: typeof import('@vueuse/core')['useCounter']
197198
const useCssModule: typeof import('vue')['useCssModule']
198199
const useCssVar: typeof import('@vueuse/core')['useCssVar']
@@ -582,6 +583,7 @@ declare module 'vue' {
582583
readonly useContainerActions: UnwrapRef<typeof import('./composable/containerActions')['useContainerActions']>
583584
readonly useContainerStore: UnwrapRef<typeof import('./stores/container')['useContainerStore']>
584585
readonly useContainerStream: UnwrapRef<typeof import('./composable/eventStreams')['useContainerStream']>
586+
readonly useCountdown: UnwrapRef<typeof import('@vueuse/core')['useCountdown']>
585587
readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
586588
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
587589
readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>

0 commit comments

Comments
 (0)