13
0

components.d.ts 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. VanCalendar: typeof import('vant/es')['Calendar']
  17. VanCell: typeof import('vant/es')['Cell']
  18. VanCellGroup: typeof import('vant/es')['CellGroup']
  19. VanCheckbox: typeof import('vant/es')['Checkbox']
  20. VanDialog: typeof import('vant/es')['Dialog']
  21. VanField: typeof import('vant/es')['Field']
  22. VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
  23. VanForm: typeof import('vant/es')['Form']
  24. VanIcon: typeof import('vant/es')['Icon']
  25. VanList: typeof import('vant/es')['List']
  26. VanNotify: typeof import('vant/es')['Notify']
  27. VanPicker: typeof import('vant/es')['Picker']
  28. VanPopup: typeof import('vant/es')['Popup']
  29. VanRadio: typeof import('vant/es')['Radio']
  30. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  31. VanStep: typeof import('vant/es')['Step']
  32. VanStepper: typeof import('vant/es')['Stepper']
  33. VanSteps: typeof import('vant/es')['Steps']
  34. VanSwipe: typeof import('vant/es')['Swipe']
  35. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  36. VanTab: typeof import('vant/es')['Tab']
  37. VanTabbar: typeof import('vant/es')['Tabbar']
  38. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  39. VanTabs: typeof import('vant/es')['Tabs']
  40. VanTag: typeof import('vant/es')['Tag']
  41. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  42. VanUploader: typeof import('vant/es')['Uploader']
  43. }
  44. }