| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- AAffix: typeof import('ant-design-vue/es')['Affix']
- AAvatar: typeof import('ant-design-vue/es')['Avatar']
- ABadge: typeof import('ant-design-vue/es')['Badge']
- AButton: typeof import('ant-design-vue/es')['Button']
- ACard: typeof import('ant-design-vue/es')['Card']
- ACarousel: typeof import('ant-design-vue/es')['Carousel']
- ACol: typeof import('ant-design-vue/es')['Col']
- ACollapse: typeof import('ant-design-vue/es')['Collapse']
- ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
- AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
- ADescriptions: typeof import('ant-design-vue/es')['Descriptions']
- ADescriptionsItem: typeof import('ant-design-vue/es')['DescriptionsItem']
- AEmpty: typeof import('ant-design-vue/es')['Empty']
- AForm: typeof import('ant-design-vue/es')['Form']
- AFormItem: typeof import('ant-design-vue/es')['FormItem']
- AImage: typeof import('ant-design-vue/es')['Image']
- AImagePreviewGroup: typeof import('ant-design-vue/es')['ImagePreviewGroup']
- AInput: typeof import('ant-design-vue/es')['Input']
- AInputNumber: typeof import('ant-design-vue/es')['InputNumber']
- AInputPassword: typeof import('ant-design-vue/es')['InputPassword']
- AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
- AnalysisReportPreview: typeof import('./../src/components/AnalysisReportPreview.vue')['default']
- APopconfirm: typeof import('ant-design-vue/es')['Popconfirm']
- ARadio: typeof import('ant-design-vue/es')['Radio']
- ARadioGroup: typeof import('ant-design-vue/es')['RadioGroup']
- AResult: typeof import('ant-design-vue/es')['Result']
- ARow: typeof import('ant-design-vue/es')['Row']
- ASelect: typeof import('ant-design-vue/es')['Select']
- ASelectOption: typeof import('ant-design-vue/es')['SelectOption']
- ASpace: typeof import('ant-design-vue/es')['Space']
- ASpaceCompact: typeof import('ant-design-vue/es')['Compact']
- ASpin: typeof import('ant-design-vue/es')['Spin']
- ATag: typeof import('ant-design-vue/es')['Tag']
- ATextarea: typeof import('ant-design-vue/es')['Textarea']
- ATooltip: typeof import('ant-design-vue/es')['Tooltip']
- PatientInfoUpdateReport: typeof import('./../src/components/PatientInfoUpdateReport.vue')['default']
- PatientReportPreview: typeof import('./../src/components/PatientReportPreview.vue')['default']
- PatientTagEdit: typeof import('./../src/components/PatientTagEdit.vue')['default']
- RecordPatientPreview: typeof import('./../src/components/RecordPatientPreview.vue')['default']
- RecordsAnalysisPreview: typeof import('./../src/components/RecordsAnalysisPreview.vue')['default']
- RecordsIndicatorPreview: typeof import('./../src/components/RecordsIndicatorPreview.vue')['default']
- RecordsPatientPreview: typeof import('./../src/components/RecordsPatientPreview.vue')['default']
- ReportAnalysisEdit: typeof import('./../src/components/ReportAnalysisEdit.vue')['default']
- ReportAnalysisWidget: typeof import('./../src/components/ReportAnalysisWidget.vue')['default']
- ReportHistoryPreview: typeof import('./../src/components/ReportHistoryPreview.vue')['default']
- ReportPreview: typeof import('./../src/components/ReportPreview.vue')['default']
- ReportSchemeEdit: typeof import('./../src/components/ReportSchemeEdit.vue')['default']
- ReportSchemePreview: typeof import('./../src/components/ReportSchemePreview.vue')['default']
- RoleEdit: typeof import('./../src/components/RoleEdit.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- TagEdit: typeof import('./../src/components/TagEdit.vue')['default']
- UserEdit: typeof import('./../src/components/UserEdit.vue')['default']
- UserPassword: typeof import('./../src/components/UserPassword.vue')['default']
- UserPreview: typeof import('./../src/components/UserPreview.vue')['default']
- }
- }
|