components.d.ts 1.1 KB

123456789101112131415161718192021222324252627
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. CustomHeader: typeof import('./src/components/mainPat/CustomHeader.vue')['default']
  11. LoadingIcon: typeof import('./src/components/svgIcon/LoadingIcon.vue')['default']
  12. RequestLoading: typeof import('./src/components/interactions/RequestLoading.vue')['default']
  13. RouterLink: typeof import('vue-router')['RouterLink']
  14. RouterView: typeof import('vue-router')['RouterView']
  15. TabBar: typeof import('./src/components/mainPat/TabBar.vue')['default']
  16. VanCell: typeof import('vant/es')['Cell']
  17. VanIcon: typeof import('vant/es')['Icon']
  18. VanImage: typeof import('vant/es')['Image']
  19. VanList: typeof import('vant/es')['List']
  20. VanNavBar: typeof import('vant/es')['NavBar']
  21. VanSticky: typeof import('vant/es')['Sticky']
  22. VanTabbar: typeof import('vant/es')['Tabbar']
  23. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  24. }
  25. }