-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponents.d.ts
77 lines (76 loc) · 4.69 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
76
77
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
AccountPanel: typeof import('./src/components/accountPanel.vue')['default']
AvatarUpload: typeof import('./src/components/avatarUpload.vue')['default']
ChartData: typeof import('./src/components/chartData.vue')['default']
ChartDetail: typeof import('./src/components/chartDetail.vue')['default']
ChartDom: typeof import('./src/components/chartDom.vue')['default']
ChartItem: typeof import('./src/components/chartItem.vue')['default']
ChartMenu: typeof import('./src/components/chartMenu.vue')['default']
ChartParams: typeof import('./src/components/chartParams.vue')['default']
CircleButton: typeof import('./src/components/circleButton.vue')['default']
ColorsPanel: typeof import('./src/components/colorsPanel.vue')['default']
CommentDrawer: typeof import('./src/components/commentDrawer.vue')['default']
CommentInput: typeof import('./src/components/commentInput.vue')['default']
CommentItem: typeof import('./src/components/commentItem.vue')['default']
ContextMenu: typeof import('./src/components/contextMenu.vue')['default']
DragVerify: typeof import('./src/components/dragVerify.vue')['default']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElButton: typeof import('element-plus/es')['ElButton']
ElCarousel: typeof import('element-plus/es')['ElCarousel']
ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElImage: typeof import('element-plus/es')['ElImage']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElLink: typeof import('element-plus/es')['ElLink']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
EmptyTip: typeof import('./src/components/emptyTip.vue')['default']
EventItem: typeof import('./src/components/eventItem.vue')['default']
EventSkeleton: typeof import('./src/components/eventSkeleton.vue')['default']
ForgetPanel: typeof import('./src/components/forgetPanel.vue')['default']
GraphicComItem: typeof import('./src/components/graphicComItem.vue')['default']
ImageUpload: typeof import('./src/components/imageUpload.vue')['default']
InfoPanel: typeof import('./src/components/infoPanel.vue')['default']
Loading: typeof import('./src/components/loading.vue')['default']
LoginDialog: typeof import('./src/components/loginDialog.vue')['default']
LoginPanel: typeof import('./src/components/loginPanel.vue')['default']
MapDetail: typeof import('./src/components/mapDetail.vue')['default']
MapDom: typeof import('./src/components/mapDom.vue')['default']
MenuList: typeof import('./src/components/menuList.vue')['default']
OpeButtons: typeof import('./src/components/opeButtons.vue')['default']
OptionItems: typeof import('./src/components/optionItems.vue')['default']
RegisterPanel: typeof import('./src/components/registerPanel.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SaveChartDialog: typeof import('./src/components/saveChartDialog.vue')['default']
SeriesItem: typeof import('./src/components/seriesItem.vue')['default']
ShareChartDialog: typeof import('./src/components/shareChartDialog.vue')['default']
Skeleton: typeof import('./src/components/skeleton.vue')['default']
SkeletonConfig: typeof import('./src/components/skeletonConfig.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}