-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
55 lines (53 loc) · 3.33 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
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
AddCard: typeof import('./src/components/kanban_content/AddCard.vue')['default']
AddColumn: typeof import('./src/components/kanban_content/AddColumn.vue')['default']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElBadge: typeof import('element-plus/es')['ElBadge']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCollapse: typeof import('element-plus/es')['ElCollapse']
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElContainer: typeof import('element-plus/es')['ElContainer']
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']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElMain: typeof import('element-plus/es')['ElMain']
ElOption: typeof import('element-plus/es')['ElOption']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
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']
ElUpload: typeof import('element-plus/es')['ElUpload']
EmailSetting: typeof import('./src/components/setting/EmailSetting.vue')['default']
ForgotPasswordComponent: typeof import('./src/components/login_register/ForgotPasswordComponent.vue')['default']
HeaderBar: typeof import('./src/components/common/HeaderBar.vue')['default']
KanbanCard: typeof import('./src/components/kanban_content/KanbanCard.vue')['default']
KanbanColumn: typeof import('./src/components/kanban_content/KanbanColumn.vue')['default']
KanbanInfo: typeof import('./src/components/kanban_info/KanbanInfo.vue')['default']
Loading: typeof import('element-plus/es')['ElLoadingDirective']
LoginComponent: typeof import('./src/components/login_register/LoginComponent.vue')['default']
PasswordSetting: typeof import('./src/components/setting/PasswordSetting.vue')['default']
Recaptcha: typeof import('./src/components/recaptcha.vue')['default']
Refresh: typeof import('./src/components/refresh.vue')['default']
RegisterComponent: typeof import('./src/components/login_register/RegisterComponent.vue')['default']
UserInfoSetting: typeof import('./src/components/setting/UserInfoSetting.vue')['default']
}
}
export { }