components.d.ts 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. VanSticky: typeof import('vant/es')['Sticky']
  30. VanSwipe: typeof import('vant/es')['Swipe']
  31. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  32. VanSwitch: typeof import('vant/es')['Switch']
  33. }
  34. export interface ComponentCustomProperties {
  35. vLoading: typeof import('element-plus/es')['ElLoadingDirective']
  36. }
  37. }