components.d.ts 1.4 KB

1234567891011121314151617181920212223242526272829
  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. ElPagination: typeof import('element-plus/es')['ElPagination']
  18. Layout: typeof import('./src/components/Layout/index.vue')['default']
  19. Pagination: typeof import('./src/components/Pagination/index.vue')['default']
  20. RouterLink: typeof import('vue-router')['RouterLink']
  21. RouterView: typeof import('vue-router')['RouterView']
  22. SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
  23. VanIcon: typeof import('vant/es')['Icon']
  24. VanSwipe: typeof import('vant/es')['Swipe']
  25. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  26. VanSwitch: typeof import('vant/es')['Switch']
  27. }
  28. }