mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-14 06:04:51 +00:00
28 lines
1.1 KiB
TypeScript
28 lines
1.1 KiB
TypeScript
// 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 {
|
|
SvgIcon: typeof import('./src/components/SvgIcon.vue')['default']
|
|
VanActionSheet: typeof import('vant/es')['ActionSheet']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
VanDivider: typeof import('vant/es')['Divider']
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanForm: typeof import('vant/es')['Form']
|
|
VanImage: typeof import('vant/es')['Image']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanPicker: typeof import('vant/es')['Picker']
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
VanSwitch: typeof import('vant/es')['Switch']
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
VanUploader: typeof import('vant/es')['Uploader']
|
|
}
|
|
}
|