Skip to content

Commit

Permalink
feat(dx): add repository to auto-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 11, 2022
1 parent 8333515 commit 93e5bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .stacks/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -419,6 +420,7 @@ declare module '@vue/runtime-core' {
readonly refDefault: UnwrapRef<typeof import('@vueuse/core')['refDefault']>
readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
readonly repository: UnwrapRef<typeof import('../config/library')['repository']>
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
Expand Down

0 comments on commit 93e5bb4

Please sign in to comment.