1
1
// Generated by 'unplugin-auto-import'
2
- // We suggest you to commit this file into source control
2
+ export { }
3
3
declare global {
4
+ const EffectScope : typeof import ( 'vue-termui' ) [ 'EffectScope' ]
5
+ const MouseEventType : typeof import ( 'vue-termui' ) [ 'MouseEventType' ]
4
6
const afterAll : typeof import ( 'vitest' ) [ 'afterAll' ]
5
7
const afterEach : typeof import ( 'vitest' ) [ 'afterEach' ]
6
8
const assert : typeof import ( 'vitest' ) [ 'assert' ]
@@ -14,7 +16,6 @@ declare global {
14
16
const defineComponent : typeof import ( 'vue-termui' ) [ 'defineComponent' ]
15
17
const describe : typeof import ( 'vitest' ) [ 'describe' ]
16
18
const effectScope : typeof import ( 'vue-termui' ) [ 'effectScope' ]
17
- const EffectScope : typeof import ( 'vue-termui' ) [ 'EffectScope' ]
18
19
const expect : typeof import ( 'vitest' ) [ 'expect' ]
19
20
const getCurrentInstance : typeof import ( 'vue-termui' ) [ 'getCurrentInstance' ]
20
21
const getCurrentScope : typeof import ( 'vue-termui' ) [ 'getCurrentScope' ]
@@ -28,7 +29,6 @@ declare global {
28
29
const isRef : typeof import ( 'vue-termui' ) [ 'isRef' ]
29
30
const it : typeof import ( 'vitest' ) [ 'it' ]
30
31
const markRaw : typeof import ( 'vue-termui' ) [ 'markRaw' ]
31
- const MouseEventType : typeof import ( 'vue-termui' ) [ 'MouseEventType' ]
32
32
const nextTick : typeof import ( 'vue-termui' ) [ 'nextTick' ]
33
33
const onActivated : typeof import ( 'vue-termui' ) [ 'onActivated' ]
34
34
const onBeforeMount : typeof import ( 'vue-termui' ) [ 'onBeforeMount' ]
@@ -72,4 +72,3 @@ declare global {
72
72
const watch : typeof import ( 'vue-termui' ) [ 'watch' ]
73
73
const watchEffect : typeof import ( 'vue-termui' ) [ 'watchEffect' ]
74
74
}
75
- export { }
0 commit comments