|
|
@@ -293,7 +293,7 @@ declare global {
|
|
|
const useWindowFocus: typeof import('@vueuse/core')['useWindowFocus']
|
|
|
const useWindowScroll: typeof import('@vueuse/core')['useWindowScroll']
|
|
|
const useWindowSize: typeof import('@vueuse/core')['useWindowSize']
|
|
|
- const utils: typeof import('./utils/index.js')['default']
|
|
|
+ const utils: typeof import('./utils/index')['default']
|
|
|
const watch: typeof import('vue')['watch']
|
|
|
const watchArray: typeof import('@vueuse/core')['watchArray']
|
|
|
const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
|
|
|
@@ -609,7 +609,7 @@ declare module 'vue' {
|
|
|
readonly useWindowFocus: UnwrapRef<typeof import('@vueuse/core')['useWindowFocus']>
|
|
|
readonly useWindowScroll: UnwrapRef<typeof import('@vueuse/core')['useWindowScroll']>
|
|
|
readonly useWindowSize: UnwrapRef<typeof import('@vueuse/core')['useWindowSize']>
|
|
|
- readonly utils: UnwrapRef<typeof import('./utils/index.js')['default']>
|
|
|
+ readonly utils: UnwrapRef<typeof import('./utils/index')['default']>
|
|
|
readonly watch: UnwrapRef<typeof import('vue')['watch']>
|
|
|
readonly watchArray: UnwrapRef<typeof import('@vueuse/core')['watchArray']>
|
|
|
readonly watchAtMost: UnwrapRef<typeof import('@vueuse/core')['watchAtMost']>
|