components.d.ts 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. Calendar: typeof import('./src/components/Calendar.vue')['default']
  10. DateTable: typeof import('./src/components/DateTable/index.vue')['default']
  11. ImgCard: typeof import('./src/components/ImgCard.vue')['default']
  12. ImgSwiper: typeof import('./src/components/ImgSwiper.vue')['default']
  13. Layout: typeof import('./src/components/Layout/index.vue')['default']
  14. Loading: typeof import('./src/components/Loading.vue')['default']
  15. PageBanner: typeof import('./src/components/PageBanner.vue')['default']
  16. PageLabel: typeof import('./src/components/PageLabel/index.vue')['default']
  17. PageNav: typeof import('./src/components/PageNav.vue')['default']
  18. RouterLink: typeof import('vue-router')['RouterLink']
  19. RouterView: typeof import('vue-router')['RouterView']
  20. Search: typeof import('./src/components/Layout/components/Search/index.vue')['default']
  21. Sidebar: typeof import('./src/components/Layout/components/Sidebar/index.vue')['default']
  22. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  23. SwipeCard: typeof import('./src/components/SwipeCard.vue')['default']
  24. VanCalendar: typeof import('vant/es')['Calendar']
  25. VanCollapse: typeof import('vant/es')['Collapse']
  26. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  27. VanEmpty: typeof import('vant/es')['Empty']
  28. VanIcon: typeof import('vant/es')['Icon']
  29. VanImage: typeof import('vant/es')['Image']
  30. VanImagePreview: typeof import('vant/es')['ImagePreview']
  31. VanList: typeof import('vant/es')['List']
  32. VanLoading: typeof import('vant/es')['Loading']
  33. VanNavBar: typeof import('vant/es')['NavBar']
  34. VanNoticeBar: typeof import('vant/es')['NoticeBar']
  35. VanPagination: typeof import('vant/es')['Pagination']
  36. VanPopup: typeof import('vant/es')['Popup']
  37. VanSwipe: typeof import('vant/es')['Swipe']
  38. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  39. VanTab: typeof import('vant/es')['Tab']
  40. VanTabs: typeof import('vant/es')['Tabs']
  41. }
  42. }