-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomponents.d.ts
37 lines (35 loc) · 1.92 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
// 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
import '@vue/runtime-core'
declare module '@vue/runtime-core' {
export interface GlobalComponents {
EmotionIcon: typeof import('./components/m-emotion/emotionIcon.vue')['default']
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
MBackTop: typeof import('./components/m-back-top/index.vue')['default']
MEmotion: typeof import('./components/m-emotion/index.vue')['default']
MIcon: typeof import('./components/m-icon/index.vue')['default']
MIconDemo: typeof import('./components/m-icon-demo/index.vue')['default']
MInput: typeof import('./components/m-input/index.vue')['default']
MLoading: typeof import('./components/m-loading/index.vue')['default']
MPopupPicker: typeof import('./components/m-popup-picker/index.vue')['default']
MProgress: typeof import('./components/m-progress/index.vue')['default']
MRate: typeof import('./components/m-rate/index.vue')['default']
MScrollBackTop: typeof import('./components/m-scroll-back-top/index.vue')['default']
PropBackTop: typeof import('./components/m-back-top/PropBackTop.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
VanButton: typeof import('vant/es')['Button']
VanCell: typeof import('vant/es')['Cell']
VanCellGroup: typeof import('vant/es')['CellGroup']
VanCollapse: typeof import('vant/es')['Collapse']
VanCollapseItem: typeof import('vant/es')['CollapseItem']
VanIcon: typeof import('vant/es')['Icon']
VanNoticeBar: typeof import('vant/es')['NoticeBar']
VanPicker: typeof import('vant/es')['Picker']
VanPopup: typeof import('vant/es')['Popup']
VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeItem: typeof import('vant/es')['SwipeItem']
}
}
export {}