Skip to content

Commit fba7cce

Browse files
committed
chore: regen auto-imports
1 parent debc526 commit fba7cce

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/domino/auto-imports.d.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Generated by 'unplugin-auto-import'
2-
// We suggest you to commit this file into source control
2+
export {}
33
declare global {
4+
const EffectScope: typeof import('vue-termui')['EffectScope']
5+
const MouseEventType: typeof import('vue-termui')['MouseEventType']
46
const afterAll: typeof import('vitest')['afterAll']
57
const afterEach: typeof import('vitest')['afterEach']
68
const assert: typeof import('vitest')['assert']
@@ -14,7 +16,6 @@ declare global {
1416
const defineComponent: typeof import('vue-termui')['defineComponent']
1517
const describe: typeof import('vitest')['describe']
1618
const effectScope: typeof import('vue-termui')['effectScope']
17-
const EffectScope: typeof import('vue-termui')['EffectScope']
1819
const expect: typeof import('vitest')['expect']
1920
const getCurrentInstance: typeof import('vue-termui')['getCurrentInstance']
2021
const getCurrentScope: typeof import('vue-termui')['getCurrentScope']
@@ -28,7 +29,6 @@ declare global {
2829
const isRef: typeof import('vue-termui')['isRef']
2930
const it: typeof import('vitest')['it']
3031
const markRaw: typeof import('vue-termui')['markRaw']
31-
const MouseEventType: typeof import('vue-termui')['MouseEventType']
3232
const nextTick: typeof import('vue-termui')['nextTick']
3333
const onActivated: typeof import('vue-termui')['onActivated']
3434
const onBeforeMount: typeof import('vue-termui')['onBeforeMount']
@@ -72,4 +72,3 @@ declare global {
7272
const watch: typeof import('vue-termui')['watch']
7373
const watchEffect: typeof import('vue-termui')['watchEffect']
7474
}
75-
export {}

0 commit comments

Comments
 (0)