|
@ -211,6 +211,7 @@ declare global { |
|
|
const useParentElement: typeof import('@vueuse/core')['useParentElement'] |
|
|
const useParentElement: typeof import('@vueuse/core')['useParentElement'] |
|
|
const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver'] |
|
|
const usePerformanceObserver: typeof import('@vueuse/core')['usePerformanceObserver'] |
|
|
const usePermission: typeof import('@vueuse/core')['usePermission'] |
|
|
const usePermission: typeof import('@vueuse/core')['usePermission'] |
|
|
|
|
|
const usePlatForm: typeof import('./src/composables/usePlatform')['usePlatForm'] |
|
|
const usePointer: typeof import('@vueuse/core')['usePointer'] |
|
|
const usePointer: typeof import('@vueuse/core')['usePointer'] |
|
|
const usePointerLock: typeof import('@vueuse/core')['usePointerLock'] |
|
|
const usePointerLock: typeof import('@vueuse/core')['usePointerLock'] |
|
|
const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe'] |
|
|
const usePointerSwipe: typeof import('@vueuse/core')['usePointerSwipe'] |
|
@ -511,6 +512,7 @@ declare module 'vue' { |
|
|
readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']> |
|
|
readonly useParentElement: UnwrapRef<typeof import('@vueuse/core')['useParentElement']> |
|
|
readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']> |
|
|
readonly usePerformanceObserver: UnwrapRef<typeof import('@vueuse/core')['usePerformanceObserver']> |
|
|
readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']> |
|
|
readonly usePermission: UnwrapRef<typeof import('@vueuse/core')['usePermission']> |
|
|
|
|
|
readonly usePlatForm: UnwrapRef<typeof import('./src/composables/usePlatform')['usePlatForm']> |
|
|
readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']> |
|
|
readonly usePointer: UnwrapRef<typeof import('@vueuse/core')['usePointer']> |
|
|
readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']> |
|
|
readonly usePointerLock: UnwrapRef<typeof import('@vueuse/core')['usePointerLock']> |
|
|
readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']> |
|
|
readonly usePointerSwipe: UnwrapRef<typeof import('@vueuse/core')['usePointerSwipe']> |
|
|