components.d.ts 975 B

123456789101112131415161718192021222324252627
  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. ModernDialog: typeof import('./src/components/ModernDialog.vue')['default']
  13. RouterLink: typeof import('vue-router')['RouterLink']
  14. RouterView: typeof import('vue-router')['RouterView']
  15. StepProgress: typeof import('./src/components/StepProgress.vue')['default']
  16. VanButton: typeof import('vant/es')['Button']
  17. VanCellGroup: typeof import('vant/es')['CellGroup']
  18. VanCheckbox: typeof import('vant/es')['Checkbox']
  19. VanField: typeof import('vant/es')['Field']
  20. VanIcon: typeof import('vant/es')['Icon']
  21. VanNavBar: typeof import('vant/es')['NavBar']
  22. VanOverlay: typeof import('vant/es')['Overlay']
  23. VanUploader: typeof import('vant/es')['Uploader']
  24. }
  25. }