-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
33 lines (32 loc) · 1.48 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
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
BankCardBind: typeof import('./src/components/BankCardBind.vue')['default']
BankCardList: typeof import('./src/components/BankCardList.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SendVerifyCode: typeof import('./src/components/SendVerifyCode.vue')['default']
SmsVerificationCode: typeof import('./src/components/SmsVerificationCode.vue')['default']
VanActionSheet: typeof import('vant/es')['ActionSheet']
VanButton: typeof import('vant/es')['Button']
VanCell: typeof import('vant/es')['Cell']
VanCountDown: typeof import('vant/es')['CountDown']
VanDivider: typeof import('vant/es')['Divider']
VanEmpty: typeof import('vant/es')['Empty']
VanField: typeof import('vant/es')['Field']
VanForm: typeof import('vant/es')['Form']
VanIcon: typeof import('vant/es')['Icon']
VanList: typeof import('vant/es')['List']
VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
VanPullRefresh: typeof import('vant/es')['PullRefresh']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanSpace: typeof import('vant/es')['Space']
VantSpace: typeof import('vant/es')['tSpace']
}
}