components.d.ts 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. CustomForm: typeof import('./src/components/CustomForm.vue')['default']
  10. FlowTable: typeof import('./src/components/FlowTable.vue')['default']
  11. RouterLink: typeof import('vue-router')['RouterLink']
  12. RouterView: typeof import('vue-router')['RouterView']
  13. VanActionBar: typeof import('vant/es')['ActionBar']
  14. VanActionBarButton: typeof import('vant/es')['ActionBarButton']
  15. VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
  16. VanButton: typeof import('vant/es')['Button']
  17. VanCell: typeof import('vant/es')['Cell']
  18. VanCellGroup: typeof import('vant/es')['CellGroup']
  19. VanDatePicker: typeof import('vant/es')['DatePicker']
  20. VanDivider: typeof import('vant/es')['Divider']
  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. VanImagePreview: typeof import('vant/es')['ImagePreview']
  26. VanList: typeof import('vant/es')['List']
  27. VanNotify: typeof import('vant/es')['Notify']
  28. VanPicker: typeof import('vant/es')['Picker']
  29. VanPickerGroup: typeof import('vant/es')['PickerGroup']
  30. VanPopup: typeof import('vant/es')['Popup']
  31. VanRadio: typeof import('vant/es')['Radio']
  32. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  33. VanRow: typeof import('vant/es')['Row']
  34. VanSignature: typeof import('vant/es')['Signature']
  35. VanStep: typeof import('vant/es')['Step']
  36. VanSteps: typeof import('vant/es')['Steps']
  37. VanSwipe: typeof import('vant/es')['Swipe']
  38. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  39. VanTab: typeof import('vant/es')['Tab']
  40. VanTabbar: typeof import('vant/es')['Tabbar']
  41. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  42. VanTabs: typeof import('vant/es')['Tabs']
  43. VanTag: typeof import('vant/es')['Tag']
  44. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  45. VanUploader: typeof import('vant/es')['Uploader']
  46. }
  47. }