components.d.ts 1009 B

12345678910111213141516171819202122232425262728
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // biome-ignore lint: disable
  4. // oxlint-disable
  5. // ------
  6. // Generated by unplugin-vue-components
  7. // Read more: https://github.com/vuejs/core/pull/3399
  8. export {}
  9. /* prettier-ignore */
  10. declare module 'vue' {
  11. export interface GlobalComponents {
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. StepProgress: typeof import('./src/components/StepProgress.vue')['default']
  15. VanButton: typeof import('vant/es')['Button']
  16. VanCellGroup: typeof import('vant/es')['CellGroup']
  17. VanField: typeof import('vant/es')['Field']
  18. VanIcon: typeof import('vant/es')['Icon']
  19. VanNavBar: typeof import('vant/es')['NavBar']
  20. VanSkeleton: typeof import('vant/es')['Skeleton']
  21. VanSkeletonParagraph: typeof import('vant/es')['SkeletonParagraph']
  22. VanStep: typeof import('vant/es')['Step']
  23. VanSteps: typeof import('vant/es')['Steps']
  24. VanUploader: typeof import('vant/es')['Uploader']
  25. }
  26. }