-
Notifications
You must be signed in to change notification settings - Fork 1
/
components.d.ts
75 lines (74 loc) · 4.45 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AvatarUpload: typeof import('./src/components/info/avatar-upload.vue')['default']
BackToSvg: typeof import('./src/components/backTo/backToSvg.vue')['default']
BaseCountDown: typeof import('./src/components/countDown/baseCountDown.vue')['default']
CalendarGraph: typeof import('./src/components/github/calendar-graph.vue')['default']
CBreadCrumbs: typeof import('./src/components/bread-crumbs/c-bread-crumbs.vue')['default']
City: typeof import('./src/components/city.vue')['default']
CMenu: typeof import('./src/components/menu/c-menu.vue')['default']
Corner: typeof import('./src/components/github/corner.vue')['default']
CountDownTime: typeof import('./src/components/countDown/countDownTime.vue')['default']
CTreeMenu: typeof import('./src/components/menu/c-tree-menu.vue')['default']
CUserDropdown: typeof import('./src/components/dropdown/c-user-dropdown.vue')['default']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElBadge: typeof import('element-plus/es')['ElBadge']
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb']
ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCol: typeof import('element-plus/es')['ElCol']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
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']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
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']
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElResult: typeof import('element-plus/es')['ElResult']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTag: typeof import('element-plus/es')['ElTag']
ElTimePicker: typeof import('element-plus/es')['ElTimePicker']
ElTimeSelect: typeof import('element-plus/es')['ElTimeSelect']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ElUpload: typeof import('element-plus/es')['ElUpload']
IsOnline: typeof import('./src/components/is-online/index.vue')['default']
Lazyload: typeof import('./src/components/lazyload/index.vue')['default']
NoticesCount: typeof import('./src/components/notices-count/index.vue')['default']
PasswordStrengthShow: typeof import('./src/components/valid/passwordStrengthShow.vue')['default']
PushdeerAlert: typeof import('./src/components/info/pushdeer-alert.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TBody: typeof import('./src/components/table/tBody.vue')['default']
TPagination: typeof import('./src/components/table/tPagination.vue')['default']
UserAvatar: typeof import('./src/components/info/user-avatar.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}