@@ -107,6 +107,7 @@ declare global {
107
107
const useArrayMap : typeof import ( '@vueuse/core' ) [ 'useArrayMap' ]
108
108
const useArrayReduce : typeof import ( '@vueuse/core' ) [ 'useArrayReduce' ]
109
109
const useArraySome : typeof import ( '@vueuse/core' ) [ 'useArraySome' ]
110
+ const useArrayUnique : typeof import ( '@vueuse/core' ) [ 'useArrayUnique' ]
110
111
const useAsyncQueue : typeof import ( '@vueuse/core' ) [ 'useAsyncQueue' ]
111
112
const useAsyncState : typeof import ( '@vueuse/core' ) [ 'useAsyncState' ]
112
113
const useAttrs : typeof import ( 'vue' ) [ 'useAttrs' ]
@@ -189,6 +190,7 @@ declare global {
189
190
const useParallax : typeof import ( '@vueuse/core' ) [ 'useParallax' ]
190
191
const usePermission : typeof import ( '@vueuse/core' ) [ 'usePermission' ]
191
192
const usePointer : typeof import ( '@vueuse/core' ) [ 'usePointer' ]
193
+ const usePointerLock : typeof import ( '@vueuse/core' ) [ 'usePointerLock' ]
192
194
const usePointerSwipe : typeof import ( '@vueuse/core' ) [ 'usePointerSwipe' ]
193
195
const usePreferredColorScheme : typeof import ( '@vueuse/core' ) [ 'usePreferredColorScheme' ]
194
196
const usePreferredContrast : typeof import ( '@vueuse/core' ) [ 'usePreferredContrast' ]
@@ -371,6 +373,7 @@ declare module 'vue' {
371
373
readonly useArrayMap : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayMap' ] >
372
374
readonly useArrayReduce : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayReduce' ] >
373
375
readonly useArraySome : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArraySome' ] >
376
+ readonly useArrayUnique : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayUnique' ] >
374
377
readonly useAsyncQueue : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useAsyncQueue' ] >
375
378
readonly useAsyncState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useAsyncState' ] >
376
379
readonly useAttrs : UnwrapRef < typeof import ( 'vue' ) [ 'useAttrs' ] >
@@ -453,6 +456,7 @@ declare module 'vue' {
453
456
readonly useParallax : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useParallax' ] >
454
457
readonly usePermission : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePermission' ] >
455
458
readonly usePointer : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointer' ] >
459
+ readonly usePointerLock : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointerLock' ] >
456
460
readonly usePointerSwipe : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointerSwipe' ] >
457
461
readonly usePreferredColorScheme : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredColorScheme' ] >
458
462
readonly usePreferredContrast : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredContrast' ] >
0 commit comments