-
Notifications
You must be signed in to change notification settings - Fork 9
/
components.d.ts
45 lines (43 loc) · 2.43 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// 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';
declare module '@vue/runtime-core' {
export interface GlobalComponents {
CommonHeader: typeof import('./src/components/CommonHeader.vue')['default'];
ElAlert: typeof import('element-plus/es')['ElAlert'];
ElButton: typeof import('element-plus/es')['ElButton'];
ElCard: typeof import('element-plus/es')['ElCard'];
ElCol: typeof import('element-plus/es')['ElCol'];
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'];
ElContainer: typeof import('element-plus/es')['ElContainer'];
ElDatePicker: typeof import('element-plus/es')['ElDatePicker'];
ElDivider: typeof import('element-plus/es')['ElDivider'];
ElEmpty: typeof import('element-plus/es')['ElEmpty'];
ElHeader: typeof import('element-plus/es')['ElHeader'];
ElInput: typeof import('element-plus/es')['ElInput'];
ElLink: typeof import('element-plus/es')['ElLink'];
ElMain: typeof import('element-plus/es')['ElMain'];
ElOption: typeof import('element-plus/es')['ElOption'];
ElRow: typeof import('element-plus/es')['ElRow'];
ElScrollbar: typeof import('element-plus/es')['ElScrollbar'];
ElSelect: typeof import('element-plus/es')['ElSelect'];
ElSkeleton: typeof import('element-plus/es')['ElSkeleton'];
ElTable: typeof import('element-plus/es')['ElTable'];
ElTableColumn: typeof import('element-plus/es')['ElTableColumn'];
ElTag: typeof import('element-plus/es')['ElTag'];
ElTooltip: typeof import('element-plus/es')['ElTooltip'];
FixedWidget: typeof import('./src/components/FixedWidget.vue')['default'];
Github: typeof import('./src/components/svg/Github.vue')['default'];
HeaderMenu: typeof import('./src/components/HeaderMenu.vue')['default'];
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'];
Loading: typeof import('element-plus/es')['ElLoadingDirective'];
Pie: typeof import('./src/components/Pie.vue')['default'];
Question: typeof import('./src/components/Question.vue')['default'];
QuestionDifficulty: typeof import('./src/components/QuestionDifficulty.vue')['default'];
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
RuleAlert: typeof import('./src/components/RuleAlert.vue')['default'];
}
}
export {};