1234567891011121314151617181920212223242526272829303132 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- IconAboutBox: typeof import('~icons/about/box')['default']
- IconAboutCar: typeof import('~icons/about/car')['default']
- IconAboutLogout: typeof import('~icons/about/logout')['default']
- IconSpinnersBlocksShuffle2: typeof import('~icons/svg-spinners/blocks-shuffle2')['default']
- ResolverElement: typeof import('./src/components/resolver/resolverElement/index.vue')['default']
- ResolverImage: typeof import('./src/components/resolver/resolverImage/index.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']
- VanConfigProvider: typeof import('vant/es')['ConfigProvider']
- VanDivider: typeof import('vant/es')['Divider']
- VanField: typeof import('vant/es')['Field']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- VanList: typeof import('vant/es')['List']
- VanPullRefresh: typeof import('vant/es')['PullRefresh']
- VanTab: typeof import('vant/es')['Tab']
- VanTabbar: typeof import('vant/es')['Tabbar']
- VanTabbarItem: typeof import('vant/es')['TabbarItem']
- VanTabs: typeof import('vant/es')['Tabs']
- }
- }
|