components.d.ts 1.5 KB

1234567891011121314151617181920212223242526272829303132
  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. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. IconAboutBox: typeof import('~icons/about/box')['default']
  10. IconAboutCar: typeof import('~icons/about/car')['default']
  11. IconAboutLogout: typeof import('~icons/about/logout')['default']
  12. IconSpinnersBlocksShuffle2: typeof import('~icons/svg-spinners/blocks-shuffle2')['default']
  13. ResolverElement: typeof import('./src/components/resolver/resolverElement/index.vue')['default']
  14. ResolverImage: typeof import('./src/components/resolver/resolverImage/index.vue')['default']
  15. RouterLink: typeof import('vue-router')['RouterLink']
  16. RouterView: typeof import('vue-router')['RouterView']
  17. VanButton: typeof import('vant/es')['Button']
  18. VanCell: typeof import('vant/es')['Cell']
  19. VanConfigProvider: typeof import('vant/es')['ConfigProvider']
  20. VanDivider: typeof import('vant/es')['Divider']
  21. VanField: typeof import('vant/es')['Field']
  22. VanIcon: typeof import('vant/es')['Icon']
  23. VanImage: typeof import('vant/es')['Image']
  24. VanList: typeof import('vant/es')['List']
  25. VanPullRefresh: typeof import('vant/es')['PullRefresh']
  26. VanTab: typeof import('vant/es')['Tab']
  27. VanTabbar: typeof import('vant/es')['Tabbar']
  28. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  29. VanTabs: typeof import('vant/es')['Tabs']
  30. }
  31. }