|
1 | 1 | // Generated by 'unplugin-auto-import'
|
2 | 2 | // We suggest you to commit this file into source control
|
3 | 3 | declare global {
|
4 |
| - const computed: typeof import('vue-termui')['computed'] |
5 |
| - const createApp: typeof import('vue-termui')['createApp'] |
6 |
| - const customRef: typeof import('vue-termui')['customRef'] |
7 |
| - const defineAsyncComponent: typeof import('vue-termui')['defineAsyncComponent'] |
8 |
| - const defineComponent: typeof import('vue-termui')['defineComponent'] |
9 |
| - const effectScope: typeof import('vue-termui')['effectScope'] |
10 |
| - const EffectScope: typeof import('vue-termui')['EffectScope'] |
11 |
| - const getCurrentInstance: typeof import('vue-termui')['getCurrentInstance'] |
12 |
| - const getCurrentScope: typeof import('vue-termui')['getCurrentScope'] |
13 |
| - const h: typeof import('vue-termui')['h'] |
14 |
| - const inject: typeof import('vue-termui')['inject'] |
15 |
| - const inputDataToString: typeof import('vue-termui')['inputDataToString'] |
16 |
| - const isInputDataEvent: typeof import('vue-termui')['isInputDataEvent'] |
17 |
| - const isKeyDataEvent: typeof import('vue-termui')['isKeyDataEvent'] |
18 |
| - const isMouseDataEvent: typeof import('vue-termui')['isMouseDataEvent'] |
19 |
| - const isReadonly: typeof import('vue-termui')['isReadonly'] |
20 |
| - const isRef: typeof import('vue-termui')['isRef'] |
21 |
| - const markRaw: typeof import('vue-termui')['markRaw'] |
22 |
| - const MouseEventType: typeof import('vue-termui')['MouseEventType'] |
23 |
| - const nextTick: typeof import('vue-termui')['nextTick'] |
24 |
| - const onActivated: typeof import('vue-termui')['onActivated'] |
25 |
| - const onBeforeMount: typeof import('vue-termui')['onBeforeMount'] |
26 |
| - const onBeforeUnmount: typeof import('vue-termui')['onBeforeUnmount'] |
27 |
| - const onBeforeUpdate: typeof import('vue-termui')['onBeforeUpdate'] |
28 |
| - const onDeactivated: typeof import('vue-termui')['onDeactivated'] |
29 |
| - const onErrorCaptured: typeof import('vue-termui')['onErrorCaptured'] |
30 |
| - const onInputData: typeof import('vue-termui')['onInputData'] |
31 |
| - const onKeyData: typeof import('vue-termui')['onKeyData'] |
32 |
| - const onMounted: typeof import('vue-termui')['onMounted'] |
33 |
| - const onMouseData: typeof import('vue-termui')['onMouseData'] |
34 |
| - const onRenderTracked: typeof import('vue-termui')['onRenderTracked'] |
35 |
| - const onRenderTriggered: typeof import('vue-termui')['onRenderTriggered'] |
36 |
| - const onScopeDispose: typeof import('vue-termui')['onScopeDispose'] |
37 |
| - const onServerPrefetch: typeof import('vue-termui')['onServerPrefetch'] |
38 |
| - const onUnmounted: typeof import('vue-termui')['onUnmounted'] |
39 |
| - const onUpdated: typeof import('vue-termui')['onUpdated'] |
40 |
| - const provide: typeof import('vue-termui')['provide'] |
41 |
| - const reactive: typeof import('vue-termui')['reactive'] |
42 |
| - const readonly: typeof import('vue-termui')['readonly'] |
43 |
| - const ref: typeof import('vue-termui')['ref'] |
44 |
| - const resolveComponent: typeof import('vue-termui')['resolveComponent'] |
45 |
| - const shallowReactive: typeof import('vue-termui')['shallowReactive'] |
46 |
| - const shallowReadonly: typeof import('vue-termui')['shallowReadonly'] |
47 |
| - const shallowRef: typeof import('vue-termui')['shallowRef'] |
48 |
| - const toRaw: typeof import('vue-termui')['toRaw'] |
49 |
| - const toRef: typeof import('vue-termui')['toRef'] |
50 |
| - const toRefs: typeof import('vue-termui')['toRefs'] |
51 |
| - const triggerRef: typeof import('vue-termui')['triggerRef'] |
52 |
| - const unref: typeof import('vue-termui')['unref'] |
53 |
| - const useAttrs: typeof import('vue-termui')['useAttrs'] |
54 |
| - const useInterval: typeof import('vue-termui')['useInterval'] |
55 |
| - const useLog: typeof import('vue-termui')['useLog'] |
56 |
| - const useRootNode: typeof import('vue-termui')['useRootNode'] |
57 |
| - const useSlots: typeof import('vue-termui')['useSlots'] |
58 |
| - const useTimeout: typeof import('vue-termui')['useTimeout'] |
59 |
| - const watch: typeof import('vue-termui')['watch'] |
60 |
| - const watchEffect: typeof import('vue-termui')['watchEffect'] |
| 4 | + const afterAll: typeof import('vitest')['afterAll'] |
| 5 | + const afterEach: typeof import('vitest')['afterEach'] |
| 6 | + const assert: typeof import('vitest')['assert'] |
| 7 | + const beforeAll: typeof import('vitest')['beforeAll'] |
| 8 | + const beforeEach: typeof import('vitest')['beforeEach'] |
| 9 | + const chai: typeof import('vitest')['chai'] |
| 10 | + const describe: typeof import('vitest')['describe'] |
| 11 | + const expect: typeof import('vitest')['expect'] |
| 12 | + const it: typeof import('vitest')['it'] |
| 13 | + const suite: typeof import('vitest')['suite'] |
| 14 | + const test: typeof import('vitest')['test'] |
| 15 | + const vi: typeof import('vitest')['vi'] |
| 16 | + const vitest: typeof import('vitest')['vitest'] |
61 | 17 | }
|
62 | 18 | export {}
|
0 commit comments