|
@@ -21,7 +21,9 @@ declare global {
|
|
|
const createInjectionState: typeof import('@vueuse/core')['createInjectionState']
|
|
|
const createPinia: typeof import('pinia')['createPinia']
|
|
|
const createReactiveFn: typeof import('@vueuse/core')['createReactiveFn']
|
|
|
+ const createReusableTemplate: typeof import('@vueuse/core')['createReusableTemplate']
|
|
|
const createSharedComposable: typeof import('@vueuse/core')['createSharedComposable']
|
|
|
+ const createTemplatePromise: typeof import('@vueuse/core')['createTemplatePromise']
|
|
|
const createUnrefFn: typeof import('@vueuse/core')['createUnrefFn']
|
|
|
const customRef: typeof import('vue')['customRef']
|
|
|
const debouncedRef: typeof import('@vueuse/core')['debouncedRef']
|
|
@@ -103,6 +105,7 @@ declare global {
|
|
|
const toReactive: typeof import('@vueuse/core')['toReactive']
|
|
|
const toRef: typeof import('vue')['toRef']
|
|
|
const toRefs: typeof import('vue')['toRefs']
|
|
|
+ const toValue: typeof import('vue')['toValue']
|
|
|
const triggerRef: typeof import('vue')['triggerRef']
|
|
|
const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
|
|
|
const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
|
|
@@ -113,11 +116,14 @@ declare global {
|
|
|
const unrefElement: typeof import('@vueuse/core')['unrefElement']
|
|
|
const until: typeof import('@vueuse/core')['until']
|
|
|
const useActiveElement: typeof import('@vueuse/core')['useActiveElement']
|
|
|
+ const useAnimate: typeof import('@vueuse/core')['useAnimate']
|
|
|
+ const useArrayDifference: typeof import('@vueuse/core')['useArrayDifference']
|
|
|
const useArrayEvery: typeof import('@vueuse/core')['useArrayEvery']
|
|
|
const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
|
|
|
const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
|
|
|
const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
|
|
|
const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast']
|
|
|
+ const useArrayIncludes: typeof import('@vueuse/core')['useArrayIncludes']
|
|
|
const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
|
|
|
const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
|
|
|
const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
|
|
@@ -204,6 +210,8 @@ declare global {
|
|
|
const useOnline: typeof import('@vueuse/core')['useOnline']
|
|
|
const usePageLeave: typeof import('@vueuse/core')['usePageLeave']
|
|
|
const useParallax: typeof import('@vueuse/core')['useParallax']
|
|
|
+ const useParentElement: typeof import('@vueuse/core')['useParentElement']
|
|
|
+ const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver']
|
|
|
const usePermission: typeof import('@vueuse/core')['usePermission']
|
|
|
const usePointer: typeof import('@vueuse/core')['usePointer']
|
|
|
const usePointerLock: typeof import('@vueuse/core')['usePointerLock']
|
|
@@ -271,8 +279,10 @@ declare global {
|
|
|
const watchArray: typeof import('@vueuse/core')['watchArray']
|
|
|
const watchAtMost: typeof import('@vueuse/core')['watchAtMost']
|
|
|
const watchDebounced: typeof import('@vueuse/core')['watchDebounced']
|
|
|
+ const watchDeep: typeof import('@vueuse/core')['watchDeep']
|
|
|
const watchEffect: typeof import('vue')['watchEffect']
|
|
|
const watchIgnorable: typeof import('@vueuse/core')['watchIgnorable']
|
|
|
+ const watchImmediate: typeof import('@vueuse/core')['watchImmediate']
|
|
|
const watchOnce: typeof import('@vueuse/core')['watchOnce']
|
|
|
const watchPausable: typeof import('@vueuse/core')['watchPausable']
|
|
|
const watchPostEffect: typeof import('vue')['watchPostEffect']
|