You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
TypeScript
28 lines
1.1 KiB
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-auto-import
|
|
export {}
|
|
declare global {
|
|
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 afterAll: typeof import('vitest')['afterAll']
|
|
const afterEach: typeof import('vitest')['afterEach']
|
|
const assert: typeof import('vitest')['assert']
|
|
const beforeAll: typeof import('vitest')['beforeAll']
|
|
const beforeEach: typeof import('vitest')['beforeEach']
|
|
const chai: typeof import('vitest')['chai']
|
|
const describe: typeof import('vitest')['describe']
|
|
const expect: typeof import('vitest')['expect']
|
|
const it: typeof import('vitest')['it']
|
|
const suite: typeof import('vitest')['suite']
|
|
const test: typeof import('vitest')['test']
|
|
const vi: typeof import('vitest')['vi']
|
|
const vitest: typeof import('vitest')['vitest']
|
|
}
|