|
@@ -63,10 +63,12 @@ declare global {
|
|
|
const reactive: typeof import('vue')['reactive']
|
|
|
const readonly: typeof import('vue')['readonly']
|
|
|
const ref: typeof import('vue')['ref']
|
|
|
+ const regular: typeof import('../utils/common/index')['regular']
|
|
|
const resolveComponent: typeof import('vue')['resolveComponent']
|
|
|
const shallowReactive: typeof import('vue')['shallowReactive']
|
|
|
const shallowReadonly: typeof import('vue')['shallowReadonly']
|
|
|
const shallowRef: typeof import('vue')['shallowRef']
|
|
|
+ const showToast: typeof import('../utils/common/index')['showToast']
|
|
|
const toRaw: typeof import('vue')['toRaw']
|
|
|
const toRef: typeof import('vue')['toRef']
|
|
|
const toRefs: typeof import('vue')['toRefs']
|
|
@@ -155,10 +157,12 @@ declare module 'vue' {
|
|
|
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
|
|
readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
|
|
|
readonly ref: UnwrapRef<typeof import('vue')['ref']>
|
|
|
+ readonly regular: UnwrapRef<typeof import('../utils/common/index')['regular']>
|
|
|
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
|
|
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
|
|
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
|
|
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
|
|
+ readonly showToast: UnwrapRef<typeof import('../utils/common/index')['showToast']>
|
|
|
readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
|
|
|
readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
|
|
|
readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
|
|
@@ -238,10 +242,12 @@ declare module '@vue/runtime-core' {
|
|
|
readonly reactive: UnwrapRef<typeof import('vue')['reactive']>
|
|
|
readonly readonly: UnwrapRef<typeof import('vue')['readonly']>
|
|
|
readonly ref: UnwrapRef<typeof import('vue')['ref']>
|
|
|
+ readonly regular: UnwrapRef<typeof import('../utils/common/index')['regular']>
|
|
|
readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
|
|
readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
|
|
readonly shallowReadonly: UnwrapRef<typeof import('vue')['shallowReadonly']>
|
|
|
readonly shallowRef: UnwrapRef<typeof import('vue')['shallowRef']>
|
|
|
+ readonly showToast: UnwrapRef<typeof import('../utils/common/index')['showToast']>
|
|
|
readonly toRaw: UnwrapRef<typeof import('vue')['toRaw']>
|
|
|
readonly toRef: UnwrapRef<typeof import('vue')['toRef']>
|
|
|
readonly toRefs: UnwrapRef<typeof import('vue')['toRefs']>
|