Skip to content

Commit 39e591a

Browse files
committed
chore: add generated file src/auto-imports.d.ts
1 parent f10d214 commit 39e591a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/auto-imports.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ declare global {
7373
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
7474
const onClickOutside: typeof import('@vueuse/core')['onClickOutside']
7575
const onDeactivated: typeof import('vue')['onDeactivated']
76+
const onElementRemoval: typeof import('@vueuse/core')['onElementRemoval']
7677
const onErrorCaptured: typeof import('vue')['onErrorCaptured']
7778
const onKeyStroke: typeof import('@vueuse/core')['onKeyStroke']
7879
const onLongPress: typeof import('@vueuse/core')['onLongPress']
@@ -157,6 +158,7 @@ declare global {
157158
const useCloned: typeof import('@vueuse/core')['useCloned']
158159
const useColorMode: typeof import('@vueuse/core')['useColorMode']
159160
const useConfirmDialog: typeof import('@vueuse/core')['useConfirmDialog']
161+
const useCountdown: typeof import('@vueuse/core')['useCountdown']
160162
const useCounter: typeof import('@vueuse/core')['useCounter']
161163
const useCssModule: typeof import('vue')['useCssModule']
162164
const useCssVar: typeof import('@vueuse/core')['useCssVar']
@@ -241,13 +243,15 @@ declare global {
241243
const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
242244
const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
243245
const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
246+
const usePreferredReducedTransparency: typeof import('@vueuse/core')['usePreferredReducedTransparency']
244247
const usePrevious: typeof import('@vueuse/core')['usePrevious']
245248
const useQuery: typeof import('./hooks/route')['useQuery']
246249
const useRafFn: typeof import('@vueuse/core')['useRafFn']
247250
const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
248251
const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
249252
const useRoute: typeof import('vue-router')['useRoute']
250253
const useRouter: typeof import('vue-router')['useRouter']
254+
const useSSRWidth: typeof import('@vueuse/core')['useSSRWidth']
251255
const useScreenOrientation: typeof import('@vueuse/core')['useScreenOrientation']
252256
const useScreenSafeArea: typeof import('@vueuse/core')['useScreenSafeArea']
253257
const useScriptTag: typeof import('@vueuse/core')['useScriptTag']
@@ -398,6 +402,7 @@ declare module 'vue' {
398402
readonly onBeforeUpdate: UnwrapRef<typeof import('vue')['onBeforeUpdate']>
399403
readonly onClickOutside: UnwrapRef<typeof import('@vueuse/core')['onClickOutside']>
400404
readonly onDeactivated: UnwrapRef<typeof import('vue')['onDeactivated']>
405+
readonly onElementRemoval: UnwrapRef<typeof import('@vueuse/core')['onElementRemoval']>
401406
readonly onErrorCaptured: UnwrapRef<typeof import('vue')['onErrorCaptured']>
402407
readonly onKeyStroke: UnwrapRef<typeof import('@vueuse/core')['onKeyStroke']>
403408
readonly onLongPress: UnwrapRef<typeof import('@vueuse/core')['onLongPress']>
@@ -482,6 +487,7 @@ declare module 'vue' {
482487
readonly useCloned: UnwrapRef<typeof import('@vueuse/core')['useCloned']>
483488
readonly useColorMode: UnwrapRef<typeof import('@vueuse/core')['useColorMode']>
484489
readonly useConfirmDialog: UnwrapRef<typeof import('@vueuse/core')['useConfirmDialog']>
490+
readonly useCountdown: UnwrapRef<typeof import('@vueuse/core')['useCountdown']>
485491
readonly useCounter: UnwrapRef<typeof import('@vueuse/core')['useCounter']>
486492
readonly useCssModule: UnwrapRef<typeof import('vue')['useCssModule']>
487493
readonly useCssVar: UnwrapRef<typeof import('@vueuse/core')['useCssVar']>
@@ -566,13 +572,15 @@ declare module 'vue' {
566572
readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
567573
readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
568574
readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
575+
readonly usePreferredReducedTransparency: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedTransparency']>
569576
readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']>
570577
readonly useQuery: UnwrapRef<typeof import('./hooks/route')['useQuery']>
571578
readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
572579
readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
573580
readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
574581
readonly useRoute: UnwrapRef<typeof import('vue-router')['useRoute']>
575582
readonly useRouter: UnwrapRef<typeof import('vue-router')['useRouter']>
583+
readonly useSSRWidth: UnwrapRef<typeof import('@vueuse/core')['useSSRWidth']>
576584
readonly useScreenOrientation: UnwrapRef<typeof import('@vueuse/core')['useScreenOrientation']>
577585
readonly useScreenSafeArea: UnwrapRef<typeof import('@vueuse/core')['useScreenSafeArea']>
578586
readonly useScriptTag: UnwrapRef<typeof import('@vueuse/core')['useScriptTag']>

0 commit comments

Comments
 (0)