|
|
|
@ -9,6 +9,7 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
export interface GlobalComponents { |
|
|
|
|
AAlert: typeof import('ant-design-vue/es')['Alert'] |
|
|
|
|
AAutoComplete: typeof import('ant-design-vue/es')['AutoComplete'] |
|
|
|
|
ABadgeRibbon: typeof import('ant-design-vue/es')['BadgeRibbon'] |
|
|
|
|
AButton: typeof import('ant-design-vue/es')['Button'] |
|
|
|
|
ACard: typeof import('ant-design-vue/es')['Card'] |
|
|
|
|
ACarousel: typeof import('ant-design-vue/es')['Carousel'] |
|
|
|
@ -63,8 +64,11 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger'] |
|
|
|
|
MaterialSymbolsMenu: typeof import('~icons/material-symbols/menu')['default'] |
|
|
|
|
MdiAt: typeof import('~icons/mdi/at')['default'] |
|
|
|
|
MdiCalculator: typeof import('~icons/mdi/calculator')['default'] |
|
|
|
|
MdiDotsVertical: typeof import('~icons/mdi/dots-vertical')['default'] |
|
|
|
|
MdiFunction: typeof import('~icons/mdi/function')['default'] |
|
|
|
|
MdiLogout: typeof import('~icons/mdi/logout')['default'] |
|
|
|
|
MdiOperator: typeof import('~icons/mdi/operator')['default'] |
|
|
|
|
MdiReload: typeof import('~icons/mdi/reload')['default'] |
|
|
|
|
MdiTableArrowRight: typeof import('~icons/mdi/table-arrow-right')['default'] |
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink'] |
|
|
|
|