7
7
export { }
8
8
declare global {
9
9
const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
10
- const afterAll : typeof import ( 'vitest' ) [ 'afterAll' ]
11
- const afterEach : typeof import ( 'vitest' ) [ 'afterEach' ]
12
- const assert : typeof import ( 'vitest' ) [ 'assert' ]
13
10
const asyncComputed : typeof import ( '@vueuse/core' ) [ 'asyncComputed' ]
14
11
const autoResetRef : typeof import ( '@vueuse/core' ) [ 'autoResetRef' ]
15
- const beforeAll : typeof import ( 'vitest' ) [ 'beforeAll' ]
16
- const beforeEach : typeof import ( 'vitest' ) [ 'beforeEach' ]
17
- const chai : typeof import ( 'vitest' ) [ 'chai' ]
18
12
const computed : typeof import ( 'vue' ) [ 'computed' ]
19
13
const computedAsync : typeof import ( '@vueuse/core' ) [ 'computedAsync' ]
20
14
const computedEager : typeof import ( '@vueuse/core' ) [ 'computedEager' ]
@@ -37,12 +31,9 @@ declare global {
37
31
const debouncedWatch : typeof import ( '@vueuse/core' ) [ 'debouncedWatch' ]
38
32
const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
39
33
const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
40
- const describe : typeof import ( 'vitest' ) [ 'describe' ]
41
34
const eagerComputed : typeof import ( '@vueuse/core' ) [ 'eagerComputed' ]
42
35
const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
43
- const expect : typeof import ( 'vitest' ) [ 'expect' ]
44
36
const extendRef : typeof import ( '@vueuse/core' ) [ 'extendRef' ]
45
- const getActiveHead : typeof import ( '@unhead/vue' ) [ 'getActiveHead' ]
46
37
const getCurrentInstance : typeof import ( 'vue' ) [ 'getCurrentInstance' ]
47
38
const getCurrentScope : typeof import ( 'vue' ) [ 'getCurrentScope' ]
48
39
const h : typeof import ( 'vue' ) [ 'h' ]
@@ -57,7 +48,6 @@ declare global {
57
48
const isReactive : typeof import ( 'vue' ) [ 'isReactive' ]
58
49
const isReadonly : typeof import ( 'vue' ) [ 'isReadonly' ]
59
50
const isRef : typeof import ( 'vue' ) [ 'isRef' ]
60
- const it : typeof import ( 'vitest' ) [ 'it' ]
61
51
const locale : typeof import ( '@/utils/i18n' ) [ 'locale' ]
62
52
const makeDestructurable : typeof import ( '@vueuse/core' ) [ 'makeDestructurable' ]
63
53
const markRaw : typeof import ( 'vue' ) [ 'markRaw' ]
@@ -106,12 +96,9 @@ declare global {
106
96
const shallowReactive : typeof import ( 'vue' ) [ 'shallowReactive' ]
107
97
const shallowReadonly : typeof import ( 'vue' ) [ 'shallowReadonly' ]
108
98
const shallowRef : typeof import ( 'vue' ) [ 'shallowRef' ]
109
- const showNotify : typeof import ( 'vant/es' ) [ 'showNotify' ]
110
- const suite : typeof import ( 'vitest' ) [ 'suite' ]
111
99
const syncRef : typeof import ( '@vueuse/core' ) [ 'syncRef' ]
112
100
const syncRefs : typeof import ( '@vueuse/core' ) [ 'syncRefs' ]
113
101
const templateRef : typeof import ( '@vueuse/core' ) [ 'templateRef' ]
114
- const test : typeof import ( 'vitest' ) [ 'test' ]
115
102
const throttledRef : typeof import ( '@vueuse/core' ) [ 'throttledRef' ]
116
103
const throttledWatch : typeof import ( '@vueuse/core' ) [ 'throttledWatch' ]
117
104
const toRaw : typeof import ( 'vue' ) [ 'toRaw' ]
@@ -303,8 +290,6 @@ declare global {
303
290
const useWindowFocus : typeof import ( '@vueuse/core' ) [ 'useWindowFocus' ]
304
291
const useWindowScroll : typeof import ( '@vueuse/core' ) [ 'useWindowScroll' ]
305
292
const useWindowSize : typeof import ( '@vueuse/core' ) [ 'useWindowSize' ]
306
- const vi : typeof import ( 'vitest' ) [ 'vi' ]
307
- const vitest : typeof import ( 'vitest' ) [ 'vitest' ]
308
293
const watch : typeof import ( 'vue' ) [ 'watch' ]
309
294
const watchArray : typeof import ( '@vueuse/core' ) [ 'watchArray' ]
310
295
const watchAtMost : typeof import ( '@vueuse/core' ) [ 'watchAtMost' ]
0 commit comments