mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: update auto import
This commit is contained in:
2
src/auto-imports.d.ts
vendored
2
src/auto-imports.d.ts
vendored
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user