@@ -97,13 +97,10 @@ declare global {
97
97
const unrefElement : typeof import ( '@vueuse/core' ) [ 'unrefElement' ]
98
98
const until : typeof import ( '@vueuse/core' ) [ 'until' ]
99
99
const useActiveElement : typeof import ( '@vueuse/core' ) [ 'useActiveElement' ]
100
- const useArrayDifference : typeof import ( '@vueuse/core' ) [ 'useArrayDifference' ]
101
100
const useArrayEvery : typeof import ( '@vueuse/core' ) [ 'useArrayEvery' ]
102
101
const useArrayFilter : typeof import ( '@vueuse/core' ) [ 'useArrayFilter' ]
103
102
const useArrayFind : typeof import ( '@vueuse/core' ) [ 'useArrayFind' ]
104
103
const useArrayFindIndex : typeof import ( '@vueuse/core' ) [ 'useArrayFindIndex' ]
105
- const useArrayFindLast : typeof import ( '@vueuse/core' ) [ 'useArrayFindLast' ]
106
- const useArrayIncludes : typeof import ( '@vueuse/core' ) [ 'useArrayIncludes' ]
107
104
const useArrayJoin : typeof import ( '@vueuse/core' ) [ 'useArrayJoin' ]
108
105
const useArrayMap : typeof import ( '@vueuse/core' ) [ 'useArrayMap' ]
109
106
const useArrayReduce : typeof import ( '@vueuse/core' ) [ 'useArrayReduce' ]
@@ -189,8 +186,6 @@ declare global {
189
186
const useOnline : typeof import ( '@vueuse/core' ) [ 'useOnline' ]
190
187
const usePageLeave : typeof import ( '@vueuse/core' ) [ 'usePageLeave' ]
191
188
const useParallax : typeof import ( '@vueuse/core' ) [ 'useParallax' ]
192
- const useParentElement : typeof import ( '@vueuse/core' ) [ 'useParentElement' ]
193
- const usePerformanceObserver : typeof import ( '@vueuse/core' ) [ 'usePerformanceObserver' ]
194
189
const usePermission : typeof import ( '@vueuse/core' ) [ 'usePermission' ]
195
190
const usePointer : typeof import ( '@vueuse/core' ) [ 'usePointer' ]
196
191
const usePointerLock : typeof import ( '@vueuse/core' ) [ 'usePointerLock' ]
@@ -256,10 +251,8 @@ declare global {
256
251
const watchArray : typeof import ( '@vueuse/core' ) [ 'watchArray' ]
257
252
const watchAtMost : typeof import ( '@vueuse/core' ) [ 'watchAtMost' ]
258
253
const watchDebounced : typeof import ( '@vueuse/core' ) [ 'watchDebounced' ]
259
- const watchDeep : typeof import ( '@vueuse/core' ) [ 'watchDeep' ]
260
254
const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
261
255
const watchIgnorable : typeof import ( '@vueuse/core' ) [ 'watchIgnorable' ]
262
- const watchImmediate : typeof import ( '@vueuse/core' ) [ 'watchImmediate' ]
263
256
const watchOnce : typeof import ( '@vueuse/core' ) [ 'watchOnce' ]
264
257
const watchPausable : typeof import ( '@vueuse/core' ) [ 'watchPausable' ]
265
258
const watchPostEffect : typeof import ( 'vue' ) [ 'watchPostEffect' ]
0 commit comments