components.d.ts 1.1 KB

123456789101112131415161718192021222324252627282930
  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. VanCheckbox: typeof import('vant/es')['Checkbox']
  18. VanDialog: typeof import('vant/es')['Dialog']
  19. VanField: typeof import('vant/es')['Field']
  20. VanIcon: typeof import('vant/es')['Icon']
  21. VanNavBar: typeof import('vant/es')['NavBar']
  22. VanSkeleton: typeof import('vant/es')['Skeleton']
  23. VanSkeletonParagraph: typeof import('vant/es')['SkeletonParagraph']
  24. VanStep: typeof import('vant/es')['Step']
  25. VanSteps: typeof import('vant/es')['Steps']
  26. VanUploader: typeof import('vant/es')['Uploader']
  27. }
  28. }