|
|
@ -7,18 +7,24 @@ export {} |
|
|
|
|
|
|
|
declare module '@vue/runtime-core' { |
|
|
|
export interface GlobalComponents { |
|
|
|
AAvatar: typeof import('ant-design-vue/es')['Avatar'] |
|
|
|
AButton: typeof import('ant-design-vue/es')['Button'] |
|
|
|
ACard: typeof import('ant-design-vue/es')['Card'] |
|
|
|
ACardMeta: typeof import('ant-design-vue/es')['CardMeta'] |
|
|
|
ACol: typeof import('ant-design-vue/es')['Col'] |
|
|
|
ADescriptions: typeof import('ant-design-vue/es')['Descriptions'] |
|
|
|
ADescriptionsItem: typeof import('ant-design-vue/es')['DescriptionsItem'] |
|
|
|
ADrawer: typeof import('ant-design-vue/es')['Drawer'] |
|
|
|
AEmpty: typeof import('ant-design-vue/es')['Empty'] |
|
|
|
AForm: typeof import('ant-design-vue/es')['Form'] |
|
|
|
AFormItem: typeof import('ant-design-vue/es')['FormItem'] |
|
|
|
AInput: typeof import('ant-design-vue/es')['Input'] |
|
|
|
AInputPassword: typeof import('ant-design-vue/es')['InputPassword'] |
|
|
|
AInputSearch: typeof import('ant-design-vue/es')['InputSearch'] |
|
|
|
ALayout: typeof import('ant-design-vue/es')['Layout'] |
|
|
|
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent'] |
|
|
|
ALayoutSider: typeof import('ant-design-vue/es')['LayoutSider'] |
|
|
|
AModal: typeof import('ant-design-vue/es')['Modal'] |
|
|
|
ApiSelect: typeof import('./src/components/core/schema-form/src/components/ApiSelect.vue')['default'] |
|
|
|
ARow: typeof import('ant-design-vue/es')['Row'] |
|
|
|
ASpace: typeof import('ant-design-vue/es')['Space'] |
|
|
|