components.d.ts 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. VanActionBar: typeof import('vant/es')['ActionBar']
  16. VanActionBarButton: typeof import('vant/es')['ActionBarButton']
  17. VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
  18. VanBackTop: typeof import('vant/es')['BackTop']
  19. VanButton: typeof import('vant/es')['Button']
  20. VanCalendar: typeof import('vant/es')['Calendar']
  21. VanCell: typeof import('vant/es')['Cell']
  22. VanCellGroup: typeof import('vant/es')['CellGroup']
  23. VanCheckbox: typeof import('vant/es')['Checkbox']
  24. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  25. VanCol: typeof import('vant/es')['Col']
  26. VanDatePicker: typeof import('vant/es')['DatePicker']
  27. VanDialog: typeof import('vant/es')['Dialog']
  28. VanEmpty: typeof import('vant/es')['Empty']
  29. VanField: typeof import('vant/es')['Field']
  30. VanFloatingBubble: typeof import('vant/es')['FloatingBubble']
  31. VanForm: typeof import('vant/es')['Form']
  32. VanIcon: typeof import('vant/es')['Icon']
  33. VanImage: typeof import('vant/es')['Image']
  34. VanList: typeof import('vant/es')['List']
  35. VanNotify: typeof import('vant/es')['Notify']
  36. VanPicker: typeof import('vant/es')['Picker']
  37. VanPickerGroup: typeof import('vant/es')['PickerGroup']
  38. VanPopup: typeof import('vant/es')['Popup']
  39. VanRadio: typeof import('vant/es')['Radio']
  40. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  41. VanRow: typeof import('vant/es')['Row']
  42. VanSearch: typeof import('vant/es')['Search']
  43. VanStep: typeof import('vant/es')['Step']
  44. VanStepper: typeof import('vant/es')['Stepper']
  45. VanSteps: typeof import('vant/es')['Steps']
  46. VanSwipe: typeof import('vant/es')['Swipe']
  47. VanSwipeItem: typeof import('vant/es')['SwipeItem']
  48. VanTab: typeof import('vant/es')['Tab']
  49. VanTabbar: typeof import('vant/es')['Tabbar']
  50. VanTabbarItem: typeof import('vant/es')['TabbarItem']
  51. VanTabs: typeof import('vant/es')['Tabs']
  52. VanTag: typeof import('vant/es')['Tag']
  53. VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
  54. VanTimePicker: typeof import('vant/es')['TimePicker']
  55. VanUploader: typeof import('vant/es')['Uploader']
  56. }
  57. }