components.d.ts 1.9 KB

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