From 81deaa4b136c600c571d6cd41eb5d61bd981aed4 Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Thu, 25 Apr 2024 16:40:49 +0800 Subject: [PATCH] chore: update auto import --- src/auto-imports.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/auto-imports.d.ts b/src/auto-imports.d.ts index 3e3c6e70..b4dd12eb 100644 --- a/src/auto-imports.d.ts +++ b/src/auto-imports.d.ts @@ -5,6 +5,7 @@ // Generated by unplugin-auto-import export {} declare global { + const APIClient: typeof import('./composables/api')['APIClient'] const EffectScope: typeof import('vue')['EffectScope'] const browser: typeof import('webextension-polyfill') const computed: typeof import('vue')['computed'] @@ -51,6 +52,7 @@ declare global { const toValue: typeof import('vue')['toValue'] const triggerRef: typeof import('vue')['triggerRef'] const unref: typeof import('vue')['unref'] + const useApiClient: typeof import('./composables/api')['useApiClient'] const useAttrs: typeof import('vue')['useAttrs'] const useBewlyApp: typeof import('./composables/useAppProvider')['useBewlyApp'] const useCssModule: typeof import('vue')['useCssModule']