|
@@ -7,6 +7,11 @@ export {}
|
|
/* prettier-ignore */
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
export interface GlobalComponents {
|
|
|
|
+ AButton: typeof import('ant-design-vue/es')['Button']
|
|
|
|
+ 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']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|