|
|
@ -2,6 +2,7 @@ |
|
|
|
export {} |
|
|
|
declare global { |
|
|
|
const EffectScope: typeof import('vue')['EffectScope'] |
|
|
|
const ElForm: typeof import('element-plus/es')['ElForm'] |
|
|
|
const ElMessage: typeof import('element-plus/es')['ElMessage'] |
|
|
|
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] |
|
|
|
const ElNotification: typeof import('element-plus/es')['ElNotification'] |
|
|
@ -272,6 +273,7 @@ import { UnwrapRef } from 'vue' |
|
|
|
declare module 'vue' { |
|
|
|
interface ComponentCustomProperties { |
|
|
|
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']> |
|
|
|
readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']> |
|
|
|
readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']> |
|
|
|
readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']> |
|
|
|
readonly ElNotification: UnwrapRef<typeof import('element-plus/es')['ElNotification']> |
|
|
|