components.d.ts 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. CUpload: typeof import('./src/components/common/c-upload.vue')['default']
  13. RouterLink: typeof import('vue-router')['RouterLink']
  14. RouterView: typeof import('vue-router')['RouterView']
  15. VanButton: typeof import('vant/es')['Button']
  16. VanCellGroup: typeof import('vant/es')['CellGroup']
  17. VanCheckbox: typeof import('vant/es')['Checkbox']
  18. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  19. VanCol: typeof import('vant/es')['Col']
  20. VanDatePicker: typeof import('vant/es')['DatePicker']
  21. VanField: typeof import('vant/es')['Field']
  22. VanForm: typeof import('vant/es')['Form']
  23. VanIcon: typeof import('vant/es')['Icon']
  24. VanImage: typeof import('vant/es')['Image']
  25. VanPagination: typeof import('vant/es')['Pagination']
  26. VanPicker: typeof import('vant/es')['Picker']
  27. VanPickerGroup: typeof import('vant/es')['PickerGroup']
  28. VanPopup: typeof import('vant/es')['Popup']
  29. VanRadio: typeof import('vant/es')['Radio']
  30. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  31. VanRow: typeof import('vant/es')['Row']
  32. VanSearch: typeof import('vant/es')['Search']
  33. VanUploader: typeof import('vant/es')['Uploader']
  34. }
  35. }