components.d.ts 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. AAvatar: typeof import('ant-design-vue/es')['Avatar']
  10. AButton: typeof import('ant-design-vue/es')['Button']
  11. ACard: typeof import('ant-design-vue/es')['Card']
  12. ACarousel: typeof import('ant-design-vue/es')['Carousel']
  13. ACol: typeof import('ant-design-vue/es')['Col']
  14. ACollapse: typeof import('ant-design-vue/es')['Collapse']
  15. ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
  16. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  17. ADescriptions: typeof import('ant-design-vue/es')['Descriptions']
  18. ADescriptionsItem: typeof import('ant-design-vue/es')['DescriptionsItem']
  19. AEmpty: typeof import('ant-design-vue/es')['Empty']
  20. AForm: typeof import('ant-design-vue/es')['Form']
  21. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  22. AImage: typeof import('ant-design-vue/es')['Image']
  23. AInput: typeof import('ant-design-vue/es')['Input']
  24. AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
  25. AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
  26. AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
  27. AMenu: typeof import('ant-design-vue/es')['Menu']
  28. APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
  29. ARadioButton: typeof import('ant-design-vue/es')['RadioButton']
  30. ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
  31. AResult: typeof import('ant-design-vue/es')['Result']
  32. ARow: typeof import('ant-design-vue/es')['Row']
  33. ASelect: typeof import('ant-design-vue/es')['Select']
  34. ASpace: typeof import('ant-design-vue/es')['Space']
  35. ASpaceCompact: typeof import('ant-design-vue/es')['Compact']
  36. ASpin: typeof import('ant-design-vue/es')['Spin']
  37. ATabPane: typeof import('ant-design-vue/es')['TabPane']
  38. ATabs: typeof import('ant-design-vue/es')['Tabs']
  39. ATag: typeof import('ant-design-vue/es')['Tag']
  40. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  41. ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  42. PatientEdit: typeof import('./../src/components/PatientEdit.vue')['default']
  43. PatientHealthRecordPreview: typeof import('./../src/components/PatientHealthRecordPreview.vue')['default']
  44. PatientMedicalHistoryPreview: typeof import('./../src/components/PatientMedicalHistoryPreview.vue')['default']
  45. PatientTagEdit: typeof import('./../src/components/PatientTagEdit.vue')['default']
  46. RecordsAnalysisPreview: typeof import('./../src/components/RecordsAnalysisPreview.vue')['default']
  47. RecordsIndicatorPreview: typeof import('./../src/components/RecordsIndicatorPreview.vue')['default']
  48. RecordsPatientPreview: typeof import('./../src/components/RecordsPatientPreview.vue')['default']
  49. ReportAnalysisCountEdit: typeof import('./../src/components/ReportAnalysisCountEdit.vue')['default']
  50. ReportAnalysisEdit: typeof import('./../src/components/ReportAnalysisEdit.vue')['default']
  51. ReportHistoryPreview: typeof import('./../src/components/ReportHistoryPreview.vue')['default']
  52. ReportPreview: typeof import('./../src/components/ReportPreview.vue')['default']
  53. ReportSchemeEdit: typeof import('./../src/components/ReportSchemeEdit.vue')['default']
  54. ReportSchemePreview: typeof import('./../src/components/ReportSchemePreview.vue')['default']
  55. RoleEdit: typeof import('./../src/components/RoleEdit.vue')['default']
  56. RouterLink: typeof import('vue-router')['RouterLink']
  57. RouterView: typeof import('vue-router')['RouterView']
  58. TagEdit: typeof import('./../src/components/TagEdit.vue')['default']
  59. UserEdit: typeof import('./../src/components/UserEdit.vue')['default']
  60. UserPassword: typeof import('./../src/components/UserPassword.vue')['default']
  61. UserPreview: typeof import('./../src/components/UserPreview.vue')['default']
  62. UserQRCode: typeof import('./../src/components/UserQRCode.vue')['default']
  63. }
  64. }