|
@@ -6,6 +6,7 @@ declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
404: typeof import('./src/components/404.vue')['default']
|
|
|
AButton: typeof import('ant-design-vue/es')['Button']
|
|
|
+ AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
|
|
|
ADropdown: typeof import('ant-design-vue/es')['Dropdown']
|
|
|
AForm: typeof import('ant-design-vue/es')['Form']
|
|
|
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|