components.d.ts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  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. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. RouterLink: typeof import('vue-router')['RouterLink']
  10. RouterView: typeof import('vue-router')['RouterView']
  11. VanButton: typeof import('vant/es')['Button']
  12. VanCell: typeof import('vant/es')['Cell']
  13. VanCellGroup: typeof import('vant/es')['CellGroup']
  14. VanCheckbox: typeof import('vant/es')['Checkbox']
  15. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  16. VanCol: typeof import('vant/es')['Col']
  17. VanDatePicker: typeof import('vant/es')['DatePicker']
  18. VanField: typeof import('vant/es')['Field']
  19. VanForm: typeof import('vant/es')['Form']
  20. VanIcon: typeof import('vant/es')['Icon']
  21. VanList: typeof import('vant/es')['List']
  22. VanNotify: typeof import('vant/es')['Notify']
  23. VanPicker: typeof import('vant/es')['Picker']
  24. VanPickerGroup: typeof import('vant/es')['PickerGroup']
  25. VanPopup: typeof import('vant/es')['Popup']
  26. VanRadio: typeof import('vant/es')['Radio']
  27. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  28. VanRow: typeof import('vant/es')['Row']
  29. VanStep: typeof import('vant/es')['Step']
  30. VanSteps: typeof import('vant/es')['Steps']
  31. VanTag: typeof import('vant/es')['Tag']
  32. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  33. }
  34. }