-
Notifications
You must be signed in to change notification settings - Fork 15
/
components.d.ts
27 lines (25 loc) · 1.23 KB
/
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
23
24
25
26
27
// 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 {
Complete: typeof import('./src/components/complete.vue')['default']
Copyright: typeof import('./src/components/copyright.vue')['default']
ElAside: typeof import('element-plus/es')['ElAside']
ElContainer: typeof import('element-plus/es')['ElContainer']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElMain: typeof import('element-plus/es')['ElMain']
ElOption: typeof import('element-plus/es')['ElOption']
ElProgress: typeof import('element-plus/es')['ElProgress']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
Home: typeof import('./src/components/home.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Terminal: typeof import('./src/components/terminal.vue')['default']
}
}