diff --git a/.stacks/auto-imports.d.ts b/.stacks/auto-imports.d.ts index 7fae369614..230567c0eb 100644 --- a/.stacks/auto-imports.d.ts +++ b/.stacks/auto-imports.d.ts @@ -108,6 +108,7 @@ declare global { const refDefault: typeof import('@vueuse/core')['refDefault'] const refThrottled: typeof import('@vueuse/core')['refThrottled'] const refWithControl: typeof import('@vueuse/core')['refWithControl'] + const repository: typeof import('../config/library')['repository'] const resolveComponent: typeof import('vue')['resolveComponent'] const resolveRef: typeof import('@vueuse/core')['resolveRef'] const resolveUnref: typeof import('@vueuse/core')['resolveUnref'] @@ -419,6 +420,7 @@ declare module '@vue/runtime-core' { readonly refDefault: UnwrapRef readonly refThrottled: UnwrapRef readonly refWithControl: UnwrapRef + readonly repository: UnwrapRef readonly resolveComponent: UnwrapRef readonly resolveRef: UnwrapRef readonly resolveUnref: UnwrapRef