|
|
|
@ -24,6 +24,7 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
ADivider: typeof import('ant-design-vue/es')['Divider'] |
|
|
|
|
ADrawer: typeof import('ant-design-vue/es')['Drawer'] |
|
|
|
|
ADropdown: typeof import('ant-design-vue/es')['Dropdown'] |
|
|
|
|
ADropdownButton: typeof import('ant-design-vue/es')['DropdownButton'] |
|
|
|
|
AEmpty: typeof import('ant-design-vue/es')['Empty'] |
|
|
|
|
AForm: typeof import('ant-design-vue/es')['Form'] |
|
|
|
|
AFormItem: typeof import('ant-design-vue/es')['FormItem'] |
|
|
|
@ -126,6 +127,7 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
MdiBugOutline: typeof import('~icons/mdi/bug-outline')['default'] |
|
|
|
|
MdiCalculator: typeof import('~icons/mdi/calculator')['default'] |
|
|
|
|
MdiCalendarMonth: typeof import('~icons/mdi/calendar-month')['default'] |
|
|
|
|
MdiCancel: typeof import('~icons/mdi/cancel')['default'] |
|
|
|
|
MdiCardsHeart: typeof import('~icons/mdi/cards-heart')['default'] |
|
|
|
|
MdiCellphoneMessage: typeof import('~icons/mdi/cellphone-message')['default'] |
|
|
|
|
MdiChat: typeof import('~icons/mdi/chat')['default'] |
|
|
|
@ -143,6 +145,7 @@ declare module '@vue/runtime-core' {
|
|
|
|
|
MdiCommentTextOutline: typeof import('~icons/mdi/comment-text-outline')['default'] |
|
|
|
|
MdiContentCopy: typeof import('~icons/mdi/content-copy')['default'] |
|
|
|
|
MdiContentSave: typeof import('~icons/mdi/content-save')['default'] |
|
|
|
|
MdiContentSaveEdit: typeof import('~icons/mdi/content-save-edit')['default'] |
|
|
|
|
MdiCurrencyUsd: typeof import('~icons/mdi/currency-usd')['default'] |
|
|
|
|
MdiDatabaseOutline: typeof import('~icons/mdi/database-outline')['default'] |
|
|
|
|
MdiDatabaseSync: typeof import('~icons/mdi/database-sync')['default'] |
|
|
|
|