components.d.ts 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. Accessibility: typeof import('./src/components/Accessibility/index.vue')['default']
  10. Breadcrumb: typeof import('./src/components/Breadcrumb/index.vue')['default']
  11. ElButton: typeof import('element-plus/es')['ElButton']
  12. ElCarousel: typeof import('element-plus/es')['ElCarousel']
  13. ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
  14. ElCollapse: typeof import('element-plus/es')['ElCollapse']
  15. ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
  16. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  17. ElDialog: typeof import('element-plus/es')['ElDialog']
  18. ElImage: typeof import('element-plus/es')['ElImage']
  19. ElImageViewer: typeof import('element-plus/es')['ElImageViewer']
  20. ElPagination: typeof import('element-plus/es')['ElPagination']
  21. FloatDirectory: typeof import('./src/components/FloatDirectory/index.vue')['default']
  22. Layout: typeof import('./src/components/Layout/index.vue')['default']
  23. PageNav: typeof import('./src/components/PageNav/index.vue')['default']
  24. PageTitle: typeof import('./src/components/PageTitle/index.vue')['default']
  25. Pagination: typeof import('./src/components/Pagination/index.vue')['default']
  26. RouterLink: typeof import('vue-router')['RouterLink']
  27. RouterView: typeof import('vue-router')['RouterView']
  28. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  29. VanIcon: typeof import('vant/es')['Icon']
  30. VanImage: typeof import('vant/es')['Image']
  31. VanLoading: typeof import('vant/es')['Loading']
  32. VanSticky: typeof import('vant/es')['Sticky']
  33. VanSwipe: typeof import('vant/es')['Swipe']
  34. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  35. VanSwitch: typeof import('vant/es')['Switch']
  36. }
  37. export interface ComponentCustomProperties {
  38. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  39. }
  40. }