-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
55 lines (54 loc) · 2.88 KB
/
components.d.ts
File metadata and controls
55 lines (54 loc) · 2.88 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
49
50
51
52
53
54
55
/* 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 {
ActionBar: typeof import('./src/components/ActionBar/index.vue')['default']
Attachment: typeof import('./src/components/Attachment/index.vue')['default']
AttachmentFilePreview: typeof import('./src/components/AttachmentFilePreview/index.vue')['default']
Editor: typeof import('./src/components/Editor/index.vue')['default']
EmailCell: typeof import('./src/components/EmailCell/index.vue')['default']
EmailList: typeof import('./src/components/EmailList/index.vue')['default']
Header: typeof import('./src/components/Header/index.vue')['default']
InputTagField: typeof import('./src/components/InputTagField/index.vue')['default']
MailMark: typeof import('./src/components/MailMark/index.vue')['default']
MailMove: typeof import('./src/components/MailMove/index.vue')['default']
Navigator: typeof import('./src/components/Navigator/index.vue')['default']
NewMailSheet: typeof import('./src/components/NewMailSheet/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Segmented: typeof import('./src/components/Segmented/index.vue')['default']
TextButton: typeof import('./src/components/TextButton/index.vue')['default']
VanActionBar: typeof import('vant/es')['ActionBar']
VanActionSheet: typeof import('vant/es')['ActionSheet']
VanBackTop: typeof import('vant/es')['BackTop']
VanBadge: typeof import('vant/es')['Badge']
VanButton: typeof import('vant/es')['Button']
VanCell: typeof import('vant/es')['Cell']
VanCellGroup: typeof import('vant/es')['CellGroup']
VanCheckbox: typeof import('vant/es')['Checkbox']
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
VanDialog: typeof import('vant/es')['Dialog']
VanDivider: typeof import('vant/es')['Divider']
VanField: typeof import('vant/es')['Field']
VanIcon: typeof import('vant/es')['Icon']
VanImage: typeof import('vant/es')['Image']
VanList: typeof import('vant/es')['List']
VanLoading: typeof import('vant/es')['Loading']
VanNavBar: typeof import('vant/es')['NavBar']
VanPopover: typeof import('vant/es')['Popover']
VanPopup: typeof import('vant/es')['Popup']
VanPullRefresh: typeof import('vant/es')['PullRefresh']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanSearch: typeof import('vant/es')['Search']
VanSpace: typeof import('vant/es')['Space']
VanSwipeCell: typeof import('vant/es')['SwipeCell']
VanTag: typeof import('vant/es')['Tag']
VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
VanUploader: typeof import('vant/es')['Uploader']
}
}