components.d.ts 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. VanCascader: typeof import('vant/es')['Cascader']
  17. VanCellGroup: typeof import('vant/es')['CellGroup']
  18. VanCheckbox: typeof import('vant/es')['Checkbox']
  19. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  20. VanCol: typeof import('vant/es')['Col']
  21. VanDatePicker: typeof import('vant/es')['DatePicker']
  22. VanField: typeof import('vant/es')['Field']
  23. VanForm: typeof import('vant/es')['Form']
  24. VanIcon: typeof import('vant/es')['Icon']
  25. VanImage: typeof import('vant/es')['Image']
  26. VanPagination: typeof import('vant/es')['Pagination']
  27. VanPicker: typeof import('vant/es')['Picker']
  28. VanPickerGroup: typeof import('vant/es')['PickerGroup']
  29. VanPopup: typeof import('vant/es')['Popup']
  30. VanRadio: typeof import('vant/es')['Radio']
  31. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  32. VanRow: typeof import('vant/es')['Row']
  33. VanSearch: typeof import('vant/es')['Search']
  34. VanUploader: typeof import('vant/es')['Uploader']
  35. }
  36. }