|
@@ -35,6 +35,7 @@ declare global {
|
|
|
const extendRef: typeof import('@vueuse/core')['extendRef']
|
|
const extendRef: typeof import('@vueuse/core')['extendRef']
|
|
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
const getCurrentInstance: typeof import('vue')['getCurrentInstance']
|
|
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
const getCurrentScope: typeof import('vue')['getCurrentScope']
|
|
|
|
|
+ const getSafeHeight: typeof import('./utils/index')['getSafeHeight']
|
|
|
const h: typeof import('vue')['h']
|
|
const h: typeof import('vue')['h']
|
|
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
const ignorableWatch: typeof import('@vueuse/core')['ignorableWatch']
|
|
|
const inject: typeof import('vue')['inject']
|
|
const inject: typeof import('vue')['inject']
|
|
@@ -351,6 +352,7 @@ declare module 'vue' {
|
|
|
readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
|
|
readonly extendRef: UnwrapRef<typeof import('@vueuse/core')['extendRef']>
|
|
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
readonly getCurrentInstance: UnwrapRef<typeof import('vue')['getCurrentInstance']>
|
|
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
readonly getCurrentScope: UnwrapRef<typeof import('vue')['getCurrentScope']>
|
|
|
|
|
+ readonly getSafeHeight: UnwrapRef<typeof import('./utils/index')['getSafeHeight']>
|
|
|
readonly h: UnwrapRef<typeof import('vue')['h']>
|
|
readonly h: UnwrapRef<typeof import('vue')['h']>
|
|
|
readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
|
|
readonly ignorableWatch: UnwrapRef<typeof import('@vueuse/core')['ignorableWatch']>
|
|
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
readonly inject: UnwrapRef<typeof import('vue')['inject']>
|
|
@@ -609,7 +611,6 @@ declare module 'vue' {
|
|
|
readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
|
|
readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
|
|
|
readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
|
|
readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
|
|
|
readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
|
|
readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
|
|
|
- readonly utils: UnwrapRef<typeof import('./utils/index')['default']>
|
|
|
|
|
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
|
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
|
|
readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
|
|
readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
|
|
|
readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
|
|
readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
|