-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
48 lines (46 loc) · 2.54 KB
/
components.d.ts
File metadata and controls
48 lines (46 loc) · 2.54 KB
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
46
47
48
// 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 {
Avatar: typeof import('./src/components/avatar.vue')['default'];
Banner: typeof import('./src/components/banner.vue')['default'];
ClickPage: typeof import('./src/components/clickPage.vue')['default'];
ElAlert: typeof import('element-plus/es')['ElAlert'];
ElBacktop: typeof import('element-plus/es')['ElBacktop'];
ElButton: typeof import('element-plus/es')['ElButton'];
ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup'];
ElCalendar: typeof import('element-plus/es')['ElCalendar'];
ElCard: typeof import('element-plus/es')['ElCard'];
ElCheckTag: typeof import('element-plus/es')['ElCheckTag'];
ElDatePicker: typeof import('element-plus/es')['ElDatePicker'];
ElDialog: typeof import('element-plus/es')['ElDialog'];
ElDivider: typeof import('element-plus/es')['ElDivider'];
ElEmpty: typeof import('element-plus/es')['ElEmpty'];
ElForm: typeof import('element-plus/es')['ElForm'];
ElFormItem: typeof import('element-plus/es')['ElFormItem'];
ElIcon: typeof import('element-plus/es')['ElIcon'];
ElImage: typeof import('element-plus/es')['ElImage'];
ElInput: typeof import('element-plus/es')['ElInput'];
ElLink: typeof import('element-plus/es')['ElLink'];
ElOption: typeof import('element-plus/es')['ElOption'];
ElPagination: typeof import('element-plus/es')['ElPagination'];
ElPopover: typeof import('element-plus/es')['ElPopover'];
ElRadio: typeof import('element-plus/es')['ElRadio'];
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'];
ElSelect: typeof import('element-plus/es')['ElSelect'];
ElSwitch: typeof import('element-plus/es')['ElSwitch'];
ElTable: typeof import('element-plus/es')['ElTable'];
ElTableColumn: typeof import('element-plus/es')['ElTableColumn'];
ElTag: typeof import('element-plus/es')['ElTag'];
Footer: typeof import('./src/components/footer.vue')['default'];
Header: typeof import('./src/components/header.vue')['default'];
HeaderTab: typeof import('./src/components/headerTab.vue')['default'];
Loading: typeof import('element-plus/es')['ElLoadingDirective'];
RouterLink: typeof import('vue-router')['RouterLink'];
RouterView: typeof import('vue-router')['RouterView'];
Sidebar: typeof import('./src/components/sidebar.vue')['default'];
}
}
export {};