chore: update auto-imports.d.ts

This commit is contained in:
hakadao
2024-05-03 00:08:31 +08:00
parent 2fc05fcb1e
commit ccecdc77f7

View File

@@ -42,7 +42,6 @@ declare global {
const readonly: typeof import('vue')['readonly']
const ref: typeof import('vue')['ref']
const resolveComponent: typeof import('vue')['resolveComponent']
const resolveDirective: typeof import('vue')['resolveDirective']
const searchBarCharacters: typeof import('./composables/useImage')['searchBarCharacters']
const shallowReactive: typeof import('vue')['shallowReactive']
const shallowReadonly: typeof import('vue')['shallowReadonly']