/* eslint-disable */ /* prettier-ignore */ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 import '@vue/runtime-core' export {} declare module '@vue/runtime-core' { export interface GlobalComponents { RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] TabBar: typeof import('./src/components/TabBar.vue')['default'] VanButton: typeof import('vant/es')['Button'] VanCascader: typeof import('vant/es')['Cascader'] VanField: typeof import('vant/es')['Field'] VanForm: typeof import('vant/es')['Form'] VanIcon: typeof import('vant/es')['Icon'] VanNavBar: typeof import('vant/es')['NavBar'] VanPicker: typeof import('vant/es')['Picker'] VanPopup: typeof import('vant/es')['Popup'] VanSwipe: typeof import('vant/es')['Swipe'] VanSwipeCell: typeof import('vant/es')['SwipeCell'] VanSwipeItem: typeof import('vant/es')['SwipeItem'] VanTabbar: typeof import('vant/es')['Tabbar'] VanTabbarItem: typeof import('vant/es')['TabbarItem'] VanUploader: typeof import('vant/es')['Uploader'] } }