|
|
|
@ -7,8 +7,14 @@ export {}
|
|
|
|
|
|
|
|
|
|
declare module '@vue/runtime-core' { |
|
|
|
|
export interface GlobalComponents { |
|
|
|
|
AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete'] |
|
|
|
|
AButton: typeof import('ant-design-vue/es')['Button'] |
|
|
|
|
ACard: typeof import('ant-design-vue/es')['Card'] |
|
|
|
|
ACollapse: typeof import('ant-design-vue/es')['Collapse'] |
|
|
|
|
ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel'] |
|
|
|
|
ADivider: typeof import('ant-design-vue/es')['Divider'] |
|
|
|
|
ADropdown: typeof import('ant-design-vue/es')['Dropdown'] |
|
|
|
|
AInput: typeof import('ant-design-vue/es')['Input'] |
|
|
|
|
ALayout: typeof import('ant-design-vue/es')['Layout'] |
|
|
|
|
ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent'] |
|
|
|
|
ALayoutHeader: typeof import('ant-design-vue/es')['LayoutHeader'] |
|
|
|
@ -19,6 +25,8 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
AModal: typeof import('ant-design-vue/es')['Modal'] |
|
|
|
|
ASubMenu: typeof import('ant-design-vue/es')['SubMenu'] |
|
|
|
|
ATable: typeof import('ant-design-vue/es')['Table'] |
|
|
|
|
ATag: typeof import('ant-design-vue/es')['Tag'] |
|
|
|
|
ATooltip: typeof import('ant-design-vue/es')['Tooltip'] |
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink'] |
|
|
|
|
RouterView: typeof import('vue-router')['RouterView'] |
|
|
|
|
} |
|
|
|
|