mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-14 06:04:51 +00:00
34 lines
1.5 KiB
TypeScript
34 lines
1.5 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 {
|
|
Loading: typeof import('./src/components/Loading/Loading.vue')['default']
|
|
SvgIcon: typeof import('./src/components/SvgIcon/SvgIcon.vue')['default']
|
|
VanActionBar: typeof import('vant/es')['ActionBar']
|
|
VanActionBarButton: typeof import('vant/es')['ActionBarButton']
|
|
VanActionSheet: typeof import('vant/es')['ActionSheet']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanForm: typeof import('vant/es')['Form']
|
|
Vani: typeof import('vant/es')['i']
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
VanInput: typeof import('vant/es')['Input']
|
|
VanLoading: typeof import('vant/es')['Loading']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanNumberKeyboard: typeof import('vant/es')['NumberKeyboard']
|
|
VanOverlay: typeof import('vant/es')['Overlay']
|
|
VanRadio: typeof import('vant/es')['Radio']
|
|
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
|
VanSwitch: typeof import('vant/es')['Switch']
|
|
VanTabbar: typeof import('vant/es')['Tabbar']
|
|
VanTabbarItem: typeof import('vant/es')['TabbarItem']
|
|
}
|
|
}
|