components.d.ts 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. Card: typeof import('./src/components/Card.vue')['default']
  11. DateTable: typeof import('./src/components/DateTable/index.vue')['default']
  12. ImgCard: typeof import('./src/components/ImgCard.vue')['default']
  13. ImgSwiper: typeof import('./src/components/ImgSwiper.vue')['default']
  14. Layout: typeof import('./src/components/Layout/index.vue')['default']
  15. Loading: typeof import('./src/components/Loading.vue')['default']
  16. PageBanner: typeof import('./src/components/PageBanner.vue')['default']
  17. PageLabel: typeof import('./src/components/PageLabel/index.vue')['default']
  18. PageNav: typeof import('./src/components/PageNav.vue')['default']
  19. RouterLink: typeof import('vue-router')['RouterLink']
  20. RouterView: typeof import('vue-router')['RouterView']
  21. Search: typeof import('./src/components/Layout/components/Search/index.vue')['default']
  22. Sidebar: typeof import('./src/components/Layout/components/Sidebar/index.vue')['default']
  23. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  24. SwipeCard: typeof import('./src/components/SwipeCard.vue')['default']
  25. VanCalendar: typeof import('vant/es')['Calendar']
  26. VanCollapse: typeof import('vant/es')['Collapse']
  27. VanCollapseItem: typeof import('vant/es')['CollapseItem']
  28. VanEmpty: typeof import('vant/es')['Empty']
  29. VanIcon: typeof import('vant/es')['Icon']
  30. VanImage: typeof import('vant/es')['Image']
  31. VanImagePreview: typeof import('vant/es')['ImagePreview']
  32. VanList: typeof import('vant/es')['List']
  33. VanLoading: typeof import('vant/es')['Loading']
  34. VanNoticeBar: typeof import('vant/es')['NoticeBar']
  35. VanPagination: typeof import('vant/es')['Pagination']
  36. VanPopup: typeof import('vant/es')['Popup']
  37. VanSticky: typeof import('vant/es')['Sticky']
  38. VanSwipe: typeof import('vant/es')['Swipe']
  39. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  40. VanTab: typeof import('vant/es')['Tab']
  41. VanTabs: typeof import('vant/es')['Tabs']
  42. }
  43. }