components.d.ts 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. AAffix: typeof import('ant-design-vue/es')['Affix']
  10. AAvatar: typeof import('ant-design-vue/es')['Avatar']
  11. ABadge: typeof import('ant-design-vue/es')['Badge']
  12. AButton: typeof import('ant-design-vue/es')['Button']
  13. ACard: typeof import('ant-design-vue/es')['Card']
  14. ACarousel: typeof import('ant-design-vue/es')['Carousel']
  15. ACol: typeof import('ant-design-vue/es')['Col']
  16. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  17. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  18. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  19. ADescriptions: typeof import('ant-design-vue/es')['Descriptions']
  20. ADescriptionsItem: typeof import('ant-design-vue/es')['DescriptionsItem']
  21. AEmpty: typeof import('ant-design-vue/es')['Empty']
  22. AForm: typeof import('ant-design-vue/es')['Form']
  23. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  24. AImage: typeof import('ant-design-vue/es')['Image']
  25. AImagePreviewGroup: typeof import('ant-design-vue/es')['ImagePreviewGroup']
  26. AInput: typeof import('ant-design-vue/es')['Input']
  27. AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  28. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  29. AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
  30. AMenu: typeof import('ant-design-vue/es')['Menu']
  31. AnalysisReportPreview: typeof import('./../src/components/AnalysisReportPreview.vue')['default']
  32. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  33. ARadio: typeof import('ant-design-vue/es')['Radio']
  34. ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
  35. AResult: typeof import('ant-design-vue/es')['Result']
  36. ARow: typeof import('ant-design-vue/es')['Row']
  37. ASelect: typeof import('ant-design-vue/es')['Select']
  38. ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
  39. ASpace: typeof import('ant-design-vue/es')['Space']
  40. ASpaceCompact: typeof import('ant-design-vue/es')['Compact']
  41. ASpin: typeof import('ant-design-vue/es')['Spin']
  42. ATag: typeof import('ant-design-vue/es')['Tag']
  43. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  44. ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  45. PatientInfoUpdateReport: typeof import('./../src/components/PatientInfoUpdateReport.vue')['default']
  46. PatientReportPreview: typeof import('./../src/components/PatientReportPreview.vue')['default']
  47. PatientTagEdit: typeof import('./../src/components/PatientTagEdit.vue')['default']
  48. RecordPatientPreview: typeof import('./../src/components/RecordPatientPreview.vue')['default']
  49. RecordsAnalysisPreview: typeof import('./../src/components/RecordsAnalysisPreview.vue')['default']
  50. RecordsIndicatorPreview: typeof import('./../src/components/RecordsIndicatorPreview.vue')['default']
  51. RecordsPatientPreview: typeof import('./../src/components/RecordsPatientPreview.vue')['default']
  52. ReportAnalysisEdit: typeof import('./../src/components/ReportAnalysisEdit.vue')['default']
  53. ReportAnalysisWidget: typeof import('./../src/components/ReportAnalysisWidget.vue')['default']
  54. ReportHistoryPreview: typeof import('./../src/components/ReportHistoryPreview.vue')['default']
  55. ReportPreview: typeof import('./../src/components/ReportPreview.vue')['default']
  56. ReportSchemeEdit: typeof import('./../src/components/ReportSchemeEdit.vue')['default']
  57. ReportSchemePreview: typeof import('./../src/components/ReportSchemePreview.vue')['default']
  58. RoleEdit: typeof import('./../src/components/RoleEdit.vue')['default']
  59. RouterLink: typeof import('vue-router')['RouterLink']
  60. RouterView: typeof import('vue-router')['RouterView']
  61. TagEdit: typeof import('./../src/components/TagEdit.vue')['default']
  62. UserEdit: typeof import('./../src/components/UserEdit.vue')['default']
  63. UserPassword: typeof import('./../src/components/UserPassword.vue')['default']
  64. UserPreview: typeof import('./../src/components/UserPreview.vue')['default']
  65. UserQRCode: typeof import('./../src/components/UserQRCode.vue')['default']
  66. }
  67. }