components.d.ts 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. SelectInst: typeof import('./src/components/select-inst.vue')['default']
  14. SelectInstAppointRecord: typeof import('./src/components/select-inst-appoint-record.vue')['default']
  15. VanButton: typeof import('vant/es')['Button']
  16. VanCell: typeof import('vant/es')['Cell']
  17. VanCellGroup: typeof import('vant/es')['CellGroup']
  18. VanCheckbox: typeof import('vant/es')['Checkbox']
  19. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  20. VanDialog: typeof import('vant/es')['Dialog']
  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. VanList: typeof import('vant/es')['List']
  26. VanNotify: typeof import('vant/es')['Notify']
  27. VanPopup: typeof import('vant/es')['Popup']
  28. VanRadio: typeof import('vant/es')['Radio']
  29. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  30. VanRow: typeof import('vant/es')['Row']
  31. VanSwipe: typeof import('vant/es')['Swipe']
  32. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  33. VanTab: typeof import('vant/es')['Tab']
  34. VanTabbar: typeof import('vant/es')['Tabbar']
  35. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  36. VanTabs: typeof import('vant/es')['Tabs']
  37. VanTag: typeof import('vant/es')['Tag']
  38. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  39. VanUploader: typeof import('vant/es')['Uploader']
  40. }
  41. }