|
|
@@ -1,4 +1,7 @@
|
|
|
-// Generated by 'unplugin-auto-import'
|
|
|
+/* eslint-disable */
|
|
|
+/* prettier-ignore */
|
|
|
+// @ts-nocheck
|
|
|
+// Generated by unplugin-auto-import
|
|
|
export {}
|
|
|
declare global {
|
|
|
const EffectScope: typeof import('vue')['EffectScope']
|
|
|
@@ -18,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']
|
|
|
@@ -101,6 +106,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']
|
|
|
@@ -111,11 +117,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']
|
|
|
@@ -202,6 +211,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']
|
|
|
@@ -269,8 +280,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']
|
|
|
@@ -280,3 +293,8 @@ declare global {
|
|
|
const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
|
|
|
const whenever: typeof import('@vueuse/core')['whenever']
|
|
|
}
|
|
|
+// for type re-export
|
|
|
+declare global {
|
|
|
+ // @ts-ignore
|
|
|
+ export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
|
|
|
+}
|