13
0

components.d.ts 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. VanDialog: typeof import('vant/es')['Dialog']
  19. VanEmpty: typeof import('vant/es')['Empty']
  20. VanField: typeof import('vant/es')['Field']
  21. VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
  22. VanForm: typeof import('vant/es')['Form']
  23. VanIcon: typeof import('vant/es')['Icon']
  24. VanList: typeof import('vant/es')['List']
  25. VanNotify: typeof import('vant/es')['Notify']
  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. VanStep: typeof import('vant/es')['Step']
  34. VanSteps: typeof import('vant/es')['Steps']
  35. VanSwipe: typeof import('vant/es')['Swipe']
  36. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  37. VanTab: typeof import('vant/es')['Tab']
  38. VanTabbar: typeof import('vant/es')['Tabbar']
  39. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  40. VanTabs: typeof import('vant/es')['Tabs']
  41. VanTag: typeof import('vant/es')['Tag']
  42. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  43. VanUploader: typeof import('vant/es')['Uploader']
  44. }
  45. }