components.d.ts 1.2 KB

123456789101112131415161718192021222324252627282930
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. import '@vue/runtime-core'
  7. export {}
  8. declare module '@vue/runtime-core' {
  9. export interface GlobalComponents {
  10. CPage: typeof import('./src/components/common/c-page.vue')['default']
  11. CPopup: typeof import('./src/components/common/c-popup.vue')['default']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. VanButton: typeof import('vant/es')['Button']
  15. VanCellGroup: typeof import('vant/es')['CellGroup']
  16. VanCol: typeof import('vant/es')['Col']
  17. VanField: typeof import('vant/es')['Field']
  18. VanForm: typeof import('vant/es')['Form']
  19. VanIcon: typeof import('vant/es')['Icon']
  20. VanImage: typeof import('vant/es')['Image']
  21. VanPagination: typeof import('vant/es')['Pagination']
  22. VanPopup: typeof import('vant/es')['Popup']
  23. VanRadio: typeof import('vant/es')['Radio']
  24. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  25. VanRow: typeof import('vant/es')['Row']
  26. VanSearch: typeof import('vant/es')['Search']
  27. }
  28. }