|
@@ -8,6 +8,7 @@ export {}
|
|
|
declare global {
|
|
|
const EffectScope: typeof import('vue')['EffectScope']
|
|
|
const ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
+ const ElMessage: typeof import('element-plus/es')['ElMessage']
|
|
|
const acceptHMRUpdate: typeof import('pinia')['acceptHMRUpdate']
|
|
|
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
|
|
|
const autoResetRef: typeof import('@vueuse/core')['autoResetRef']
|
|
@@ -315,6 +316,7 @@ declare module 'vue' {
|
|
|
interface GlobalComponents {}
|
|
|
interface ComponentCustomProperties {
|
|
|
readonly EffectScope: UnwrapRef<typeof import('vue')['EffectScope']>
|
|
|
+ readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']>
|
|
|
readonly acceptHMRUpdate: UnwrapRef<typeof import('pinia')['acceptHMRUpdate']>
|
|
|
readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']>
|
|
|
readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']>
|