|
1 | 1 | // Generated by 'unplugin-auto-import' |
2 | | -export {}; |
| 2 | +export {} |
3 | 3 | declare global { |
4 | | - const EffectScope: typeof import('vue')['EffectScope']; |
5 | | - const afterAll: typeof import('vitest')['afterAll']; |
6 | | - const afterEach: typeof import('vitest')['afterEach']; |
7 | | - const assert: typeof import('vitest')['assert']; |
8 | | - const beforeAll: typeof import('vitest')['beforeAll']; |
9 | | - const beforeEach: typeof import('vitest')['beforeEach']; |
10 | | - const chai: typeof import('vitest')['chai']; |
11 | | - const computed: typeof import('vue')['computed']; |
12 | | - const createApp: typeof import('vue')['createApp']; |
13 | | - const customRef: typeof import('vue')['customRef']; |
14 | | - const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']; |
15 | | - const defineComponent: typeof import('vue')['defineComponent']; |
16 | | - const describe: typeof import('vitest')['describe']; |
17 | | - const effectScope: typeof import('vue')['effectScope']; |
18 | | - const expect: typeof import('vitest')['expect']; |
19 | | - const getCurrentInstance: typeof import('vue')['getCurrentInstance']; |
20 | | - const getCurrentScope: typeof import('vue')['getCurrentScope']; |
21 | | - const h: typeof import('vue')['h']; |
22 | | - const inject: typeof import('vue')['inject']; |
23 | | - const isProxy: typeof import('vue')['isProxy']; |
24 | | - const isReactive: typeof import('vue')['isReactive']; |
25 | | - const isReadonly: typeof import('vue')['isReadonly']; |
26 | | - const isRef: typeof import('vue')['isRef']; |
27 | | - const it: typeof import('vitest')['it']; |
28 | | - const markRaw: typeof import('vue')['markRaw']; |
29 | | - const nextTick: typeof import('vue')['nextTick']; |
30 | | - const onActivated: typeof import('vue')['onActivated']; |
31 | | - const onBeforeMount: typeof import('vue')['onBeforeMount']; |
32 | | - const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']; |
33 | | - const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']; |
34 | | - const onDeactivated: typeof import('vue')['onDeactivated']; |
35 | | - const onErrorCaptured: typeof import('vue')['onErrorCaptured']; |
36 | | - const onMounted: typeof import('vue')['onMounted']; |
37 | | - const onRenderTracked: typeof import('vue')['onRenderTracked']; |
38 | | - const onRenderTriggered: typeof import('vue')['onRenderTriggered']; |
39 | | - const onScopeDispose: typeof import('vue')['onScopeDispose']; |
40 | | - const onServerPrefetch: typeof import('vue')['onServerPrefetch']; |
41 | | - const onUnmounted: typeof import('vue')['onUnmounted']; |
42 | | - const onUpdated: typeof import('vue')['onUpdated']; |
43 | | - const provide: typeof import('vue')['provide']; |
44 | | - const reactive: typeof import('vue')['reactive']; |
45 | | - const readonly: typeof import('vue')['readonly']; |
46 | | - const ref: typeof import('vue')['ref']; |
47 | | - const resolveComponent: typeof import('vue')['resolveComponent']; |
48 | | - const shallowReactive: typeof import('vue')['shallowReactive']; |
49 | | - const shallowReadonly: typeof import('vue')['shallowReadonly']; |
50 | | - const shallowRef: typeof import('vue')['shallowRef']; |
51 | | - const suite: typeof import('vitest')['suite']; |
52 | | - const test: typeof import('vitest')['test']; |
53 | | - const toRaw: typeof import('vue')['toRaw']; |
54 | | - const toRef: typeof import('vue')['toRef']; |
55 | | - const toRefs: typeof import('vue')['toRefs']; |
56 | | - const triggerRef: typeof import('vue')['triggerRef']; |
57 | | - const unref: typeof import('vue')['unref']; |
58 | | - const useAttrs: typeof import('vue')['useAttrs']; |
59 | | - const useCssModule: typeof import('vue')['useCssModule']; |
60 | | - const useCssVars: typeof import('vue')['useCssVars']; |
61 | | - const useRoute: typeof import('vue-router')['useRoute']; |
62 | | - const useRouter: typeof import('vue-router')['useRouter']; |
63 | | - const useSlots: typeof import('vue')['useSlots']; |
64 | | - const vi: typeof import('vitest')['vi']; |
65 | | - const vitest: typeof import('vitest')['vitest']; |
66 | | - const watch: typeof import('vue')['watch']; |
67 | | - const watchEffect: typeof import('vue')['watchEffect']; |
68 | | - const watchPostEffect: typeof import('vue')['watchPostEffect']; |
69 | | - const watchSyncEffect: typeof import('vue')['watchSyncEffect']; |
| 4 | + const EffectScope: typeof import('vue')['EffectScope'] |
| 5 | + const afterAll: typeof import('vitest')['afterAll'] |
| 6 | + const afterEach: typeof import('vitest')['afterEach'] |
| 7 | + const assert: typeof import('vitest')['assert'] |
| 8 | + const beforeAll: typeof import('vitest')['beforeAll'] |
| 9 | + const beforeEach: typeof import('vitest')['beforeEach'] |
| 10 | + const chai: typeof import('vitest')['chai'] |
| 11 | + const computed: typeof import('vue')['computed'] |
| 12 | + const createApp: typeof import('vue')['createApp'] |
| 13 | + const customRef: typeof import('vue')['customRef'] |
| 14 | + const defineAsyncComponent: typeof import('vue')['defineAsyncComponent'] |
| 15 | + const defineComponent: typeof import('vue')['defineComponent'] |
| 16 | + const describe: typeof import('vitest')['describe'] |
| 17 | + const effectScope: typeof import('vue')['effectScope'] |
| 18 | + const expect: typeof import('vitest')['expect'] |
| 19 | + const getCurrentInstance: typeof import('vue')['getCurrentInstance'] |
| 20 | + const getCurrentScope: typeof import('vue')['getCurrentScope'] |
| 21 | + const h: typeof import('vue')['h'] |
| 22 | + const inject: typeof import('vue')['inject'] |
| 23 | + const isProxy: typeof import('vue')['isProxy'] |
| 24 | + const isReactive: typeof import('vue')['isReactive'] |
| 25 | + const isReadonly: typeof import('vue')['isReadonly'] |
| 26 | + const isRef: typeof import('vue')['isRef'] |
| 27 | + const it: typeof import('vitest')['it'] |
| 28 | + const markRaw: typeof import('vue')['markRaw'] |
| 29 | + const nextTick: typeof import('vue')['nextTick'] |
| 30 | + const onActivated: typeof import('vue')['onActivated'] |
| 31 | + const onBeforeMount: typeof import('vue')['onBeforeMount'] |
| 32 | + const onBeforeUnmount: typeof import('vue')['onBeforeUnmount'] |
| 33 | + const onBeforeUpdate: typeof import('vue')['onBeforeUpdate'] |
| 34 | + const onDeactivated: typeof import('vue')['onDeactivated'] |
| 35 | + const onErrorCaptured: typeof import('vue')['onErrorCaptured'] |
| 36 | + const onMounted: typeof import('vue')['onMounted'] |
| 37 | + const onRenderTracked: typeof import('vue')['onRenderTracked'] |
| 38 | + const onRenderTriggered: typeof import('vue')['onRenderTriggered'] |
| 39 | + const onScopeDispose: typeof import('vue')['onScopeDispose'] |
| 40 | + const onServerPrefetch: typeof import('vue')['onServerPrefetch'] |
| 41 | + const onUnmounted: typeof import('vue')['onUnmounted'] |
| 42 | + const onUpdated: typeof import('vue')['onUpdated'] |
| 43 | + const provide: typeof import('vue')['provide'] |
| 44 | + const reactive: typeof import('vue')['reactive'] |
| 45 | + const readonly: typeof import('vue')['readonly'] |
| 46 | + const ref: typeof import('vue')['ref'] |
| 47 | + const resolveComponent: typeof import('vue')['resolveComponent'] |
| 48 | + const shallowReactive: typeof import('vue')['shallowReactive'] |
| 49 | + const shallowReadonly: typeof import('vue')['shallowReadonly'] |
| 50 | + const shallowRef: typeof import('vue')['shallowRef'] |
| 51 | + const suite: typeof import('vitest')['suite'] |
| 52 | + const test: typeof import('vitest')['test'] |
| 53 | + const toRaw: typeof import('vue')['toRaw'] |
| 54 | + const toRef: typeof import('vue')['toRef'] |
| 55 | + const toRefs: typeof import('vue')['toRefs'] |
| 56 | + const triggerRef: typeof import('vue')['triggerRef'] |
| 57 | + const unref: typeof import('vue')['unref'] |
| 58 | + const useAttrs: typeof import('vue')['useAttrs'] |
| 59 | + const useCssModule: typeof import('vue')['useCssModule'] |
| 60 | + const useCssVars: typeof import('vue')['useCssVars'] |
| 61 | + const useRoute: typeof import('vue-router')['useRoute'] |
| 62 | + const useRouter: typeof import('vue-router')['useRouter'] |
| 63 | + const useSlots: typeof import('vue')['useSlots'] |
| 64 | + const vi: typeof import('vitest')['vi'] |
| 65 | + const vitest: typeof import('vitest')['vitest'] |
| 66 | + const watch: typeof import('vue')['watch'] |
| 67 | + const watchEffect: typeof import('vue')['watchEffect'] |
| 68 | + const watchPostEffect: typeof import('vue')['watchPostEffect'] |
| 69 | + const watchSyncEffect: typeof import('vue')['watchSyncEffect'] |
70 | 70 | } |
0 commit comments