From 19bc4fda240b16c2dbc7179f93ec1d49df5c817c Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 22 Apr 2022 14:41:45 +0200 Subject: [PATCH] chore: update auto imports --- package/src/auto-imports.d.ts | 7 +++++++ 1 file changed, 7 insertions(+) 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']