77export { }
88declare global {
99 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' ]
1310 const asyncComputed : typeof import ( '@vueuse/core' ) [ 'asyncComputed' ]
1411 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' ]
1812 const computed : typeof import ( 'vue' ) [ 'computed' ]
1913 const computedAsync : typeof import ( '@vueuse/core' ) [ 'computedAsync' ]
2014 const computedEager : typeof import ( '@vueuse/core' ) [ 'computedEager' ]
@@ -37,12 +31,9 @@ declare global {
3731 const debouncedWatch : typeof import ( '@vueuse/core' ) [ 'debouncedWatch' ]
3832 const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
3933 const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
40- const describe : typeof import ( 'vitest' ) [ 'describe' ]
4134 const eagerComputed : typeof import ( '@vueuse/core' ) [ 'eagerComputed' ]
4235 const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
43- const expect : typeof import ( 'vitest' ) [ 'expect' ]
4436 const extendRef : typeof import ( '@vueuse/core' ) [ 'extendRef' ]
45- const getActiveHead : typeof import ( '@unhead/vue' ) [ 'getActiveHead' ]
4637 const getCurrentInstance : typeof import ( 'vue' ) [ 'getCurrentInstance' ]
4738 const getCurrentScope : typeof import ( 'vue' ) [ 'getCurrentScope' ]
4839 const h : typeof import ( 'vue' ) [ 'h' ]
@@ -57,7 +48,6 @@ declare global {
5748 const isReactive : typeof import ( 'vue' ) [ 'isReactive' ]
5849 const isReadonly : typeof import ( 'vue' ) [ 'isReadonly' ]
5950 const isRef : typeof import ( 'vue' ) [ 'isRef' ]
60- const it : typeof import ( 'vitest' ) [ 'it' ]
6151 const locale : typeof import ( '@/utils/i18n' ) [ 'locale' ]
6252 const makeDestructurable : typeof import ( '@vueuse/core' ) [ 'makeDestructurable' ]
6353 const markRaw : typeof import ( 'vue' ) [ 'markRaw' ]
@@ -106,12 +96,9 @@ declare global {
10696 const shallowReactive : typeof import ( 'vue' ) [ 'shallowReactive' ]
10797 const shallowReadonly : typeof import ( 'vue' ) [ 'shallowReadonly' ]
10898 const shallowRef : typeof import ( 'vue' ) [ 'shallowRef' ]
109- const showNotify : typeof import ( 'vant/es' ) [ 'showNotify' ]
110- const suite : typeof import ( 'vitest' ) [ 'suite' ]
11199 const syncRef : typeof import ( '@vueuse/core' ) [ 'syncRef' ]
112100 const syncRefs : typeof import ( '@vueuse/core' ) [ 'syncRefs' ]
113101 const templateRef : typeof import ( '@vueuse/core' ) [ 'templateRef' ]
114- const test : typeof import ( 'vitest' ) [ 'test' ]
115102 const throttledRef : typeof import ( '@vueuse/core' ) [ 'throttledRef' ]
116103 const throttledWatch : typeof import ( '@vueuse/core' ) [ 'throttledWatch' ]
117104 const toRaw : typeof import ( 'vue' ) [ 'toRaw' ]
@@ -303,8 +290,6 @@ declare global {
303290 const useWindowFocus : typeof import ( '@vueuse/core' ) [ 'useWindowFocus' ]
304291 const useWindowScroll : typeof import ( '@vueuse/core' ) [ 'useWindowScroll' ]
305292 const useWindowSize : typeof import ( '@vueuse/core' ) [ 'useWindowSize' ]
306- const vi : typeof import ( 'vitest' ) [ 'vi' ]
307- const vitest : typeof import ( 'vitest' ) [ 'vitest' ]
308293 const watch : typeof import ( 'vue' ) [ 'watch' ]
309294 const watchArray : typeof import ( '@vueuse/core' ) [ 'watchArray' ]
310295 const watchAtMost : typeof import ( '@vueuse/core' ) [ 'watchAtMost' ]
0 commit comments