components.d.ts 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. AResult: typeof import('ant-design-vue/es')['Result']
  30. ARow: typeof import('ant-design-vue/es')['Row']
  31. ASelect: typeof import('ant-design-vue/es')['Select']
  32. ASpace: typeof import('ant-design-vue/es')['Space']
  33. ASpaceCompact: typeof import('ant-design-vue/es')['Compact']
  34. ASpin: typeof import('ant-design-vue/es')['Spin']
  35. ATag: typeof import('ant-design-vue/es')['Tag']
  36. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  37. ATooltip: typeof import('ant-design-vue/es')['Tooltip']
  38. RecordsAnalysisPreview: typeof import('./../src/components/RecordsAnalysisPreview.vue')['default']
  39. RecordsIndicatorPreview: typeof import('./../src/components/RecordsIndicatorPreview.vue')['default']
  40. RecordsPatientPreview: typeof import('./../src/components/RecordsPatientPreview.vue')['default']
  41. ReportAnalysisCountEdit: typeof import('./../src/components/ReportAnalysisCountEdit.vue')['default']
  42. ReportAnalysisEdit: typeof import('./../src/components/ReportAnalysisEdit.vue')['default']
  43. ReportHistoryPreview: typeof import('./../src/components/ReportHistoryPreview.vue')['default']
  44. ReportPreview: typeof import('./../src/components/ReportPreview.vue')['default']
  45. ReportSchemeEdit: typeof import('./../src/components/ReportSchemeEdit.vue')['default']
  46. ReportSchemePreview: typeof import('./../src/components/ReportSchemePreview.vue')['default']
  47. RoleEdit: typeof import('./../src/components/RoleEdit.vue')['default']
  48. RouterLink: typeof import('vue-router')['RouterLink']
  49. RouterView: typeof import('vue-router')['RouterView']
  50. TagEdit: typeof import('./../src/components/TagEdit.vue')['default']
  51. UserEdit: typeof import('./../src/components/UserEdit.vue')['default']
  52. UserPassword: typeof import('./../src/components/UserPassword.vue')['default']
  53. UserPreview: typeof import('./../src/components/UserPreview.vue')['default']
  54. UserQRCode: typeof import('./../src/components/UserQRCode.vue')['default']
  55. }
  56. }