diff --git a/package/src/auto-imports.d.ts b/package/src/auto-imports.d.ts index e9ff9a17..840a163e 100644 --- a/package/src/auto-imports.d.ts +++ b/package/src/auto-imports.d.ts @@ -1,6 +1,13 @@ // Generated by 'unplugin-auto-import' // We suggest you to commit this file into source control declare global { + const $: typeof import('vue/macros')['$'] + const $$: typeof import('vue/macros')['$$'] + const $computed: typeof import('vue/macros')['$computed'] + const $customRef: typeof import('vue/macros')['$customRef'] + const $ref: typeof import('vue/macros')['$ref'] + const $shallowRef: typeof import('vue/macros')['$shallowRef'] + const $toRef: typeof import('vue/macros')['$toRef'] const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] const autoResetRef: typeof import('@vueuse/core')['autoResetRef'] const computed: typeof import('vue')['computed']