forked from openimsdk/openim-h5-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
54 lines (52 loc) · 2.83 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
// 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'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
ApplicationItem: typeof import('./src/components/ApplicationItem/index.vue')['default']
Avatar: typeof import('./src/components/Avatar/index.vue')['default']
CardDescItem: typeof import('./src/components/CardDescItem/index.vue')['default']
CheckedFooter: typeof import('./src/components/CheckedFooter/index.vue')['default']
CommonEmpty: typeof import('./src/components/CommonEmpty/index.vue')['default']
CustomEdit: typeof import('./src/components/CustomEdit/index.vue')['default']
DetailInfoItem: typeof import('./src/components/DetailInfoItem/index.vue')['default']
GenericListItem: typeof import('./src/components/GenericListItem/index.vue')['default']
NavBar: typeof import('./src/components/NavBar/index.vue')['default']
QrScaner: typeof import('./src/components/QrScaner/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SettingRowItem: typeof import('./src/components/SettingRowItem/index.vue')['default']
VanActionSheet: typeof import('vant/es')['ActionSheet']
VanBadge: typeof import('vant/es')['Badge']
VanButton: typeof import('vant/es')['Button']
VanCheckbox: typeof import('vant/es')['Checkbox']
VanDatePicker: typeof import('vant/es')['DatePicker']
VanEmpty: typeof import('vant/es')['Empty']
VanField: typeof import('vant/es')['Field']
VanForm: typeof import('vant/es')['Form']
VanGrid: typeof import('vant/es')['Grid']
VanGridItem: typeof import('vant/es')['GridItem']
VanIcon: typeof import('vant/es')['Icon']
VanImage: typeof import('vant/es')['Image']
VanIndexAnchor: typeof import('vant/es')['IndexAnchor']
VanIndexBar: typeof import('vant/es')['IndexBar']
VanLoading: typeof import('vant/es')['Loading']
VanNavBar: typeof import('vant/es')['NavBar']
VanOverlay: typeof import('vant/es')['Overlay']
VanPicker: typeof import('vant/es')['Picker']
VanPopover: typeof import('vant/es')['Popover']
VanPopup: typeof import('vant/es')['Popup']
VanPullRefresh: typeof import('vant/es')['PullRefresh']
VanSearch: typeof import('vant/es')['Search']
VanSwipeCell: typeof import('vant/es')['SwipeCell']
VanSwitch: typeof import('vant/es')['Switch']
VanTab: typeof import('vant/es')['Tab']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
VanTabs: typeof import('vant/es')['Tabs']
VanUploader: typeof import('vant/es')['Uploader']
VideoPlayer: typeof import('./src/components/VideoPlayer/index.vue')['default']
}
}