-
Notifications
You must be signed in to change notification settings - Fork 7
/
components.d.ts
22 lines (20 loc) · 942 Bytes
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Br: typeof import('vue-termui')['TuiNewline']
Deps: typeof import('./src/components/Deps.vue')['default']
Div: typeof import('vue-termui')['TuiBox']
Download: typeof import('./src/components/Download.vue')['default']
Guide: typeof import('./src/components/Guide.vue')['default']
Header: typeof import('./src/components/Header.vue')['default']
InputBox: typeof import('./src/components/InputBox.vue')['default']
Link: typeof import('vue-termui')['TuiLink']
Package: typeof import('./src/components/Package.vue')['default']
Progressbar: typeof import('vue-termui')['TuiProgressBar']
Span: typeof import('vue-termui')['TuiText']
}
}