|
1 |
| -// Generated by 'unplugin-auto-import' |
| 1 | +/* eslint-disable */ |
| 2 | +/* prettier-ignore */ |
| 3 | +// @ts-nocheck |
| 4 | +// Generated by unplugin-auto-import |
2 | 5 | export {}
|
3 | 6 | declare global {
|
4 | 7 | const EffectScope: typeof import('vue')['EffectScope']
|
@@ -73,7 +76,6 @@ declare global {
|
73 | 76 | const refThrottled: typeof import('@vueuse/core')['refThrottled']
|
74 | 77 | const refWithControl: typeof import('@vueuse/core')['refWithControl']
|
75 | 78 | const resolveComponent: typeof import('vue')['resolveComponent']
|
76 |
| - const resolveDirective: typeof import('vue')['resolveDirective'] |
77 | 79 | const resolveRef: typeof import('@vueuse/core')['resolveRef']
|
78 | 80 | const resolveUnref: typeof import('@vueuse/core')['resolveUnref']
|
79 | 81 | const shallowReactive: typeof import('vue')['shallowReactive']
|
@@ -103,6 +105,7 @@ declare global {
|
103 | 105 | const useArrayFilter: typeof import('@vueuse/core')['useArrayFilter']
|
104 | 106 | const useArrayFind: typeof import('@vueuse/core')['useArrayFind']
|
105 | 107 | const useArrayFindIndex: typeof import('@vueuse/core')['useArrayFindIndex']
|
| 108 | + const useArrayFindLast: typeof import('@vueuse/core')['useArrayFindLast'] |
106 | 109 | const useArrayJoin: typeof import('@vueuse/core')['useArrayJoin']
|
107 | 110 | const useArrayMap: typeof import('@vueuse/core')['useArrayMap']
|
108 | 111 | const useArrayReduce: typeof import('@vueuse/core')['useArrayReduce']
|
@@ -197,6 +200,7 @@ declare global {
|
197 | 200 | const usePreferredDark: typeof import('@vueuse/core')['usePreferredDark']
|
198 | 201 | const usePreferredLanguages: typeof import('@vueuse/core')['usePreferredLanguages']
|
199 | 202 | const usePreferredReducedMotion: typeof import('@vueuse/core')['usePreferredReducedMotion']
|
| 203 | + const usePrevious: typeof import('@vueuse/core')['usePrevious'] |
200 | 204 | const useRafFn: typeof import('@vueuse/core')['useRafFn']
|
201 | 205 | const useRefHistory: typeof import('@vueuse/core')['useRefHistory']
|
202 | 206 | const useResizeObserver: typeof import('@vueuse/core')['useResizeObserver']
|
@@ -263,6 +267,11 @@ declare global {
|
263 | 267 | const watchWithFilter: typeof import('@vueuse/core')['watchWithFilter']
|
264 | 268 | const whenever: typeof import('@vueuse/core')['whenever']
|
265 | 269 | }
|
| 270 | +// for type re-export |
| 271 | +declare global { |
| 272 | + // @ts-ignore |
| 273 | + export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue' |
| 274 | +} |
266 | 275 | // for vue template auto import
|
267 | 276 | import { UnwrapRef } from 'vue'
|
268 | 277 | declare module 'vue' {
|
@@ -339,7 +348,6 @@ declare module 'vue' {
|
339 | 348 | readonly refThrottled: UnwrapRef<typeof import('@vueuse/core')['refThrottled']>
|
340 | 349 | readonly refWithControl: UnwrapRef<typeof import('@vueuse/core')['refWithControl']>
|
341 | 350 | readonly resolveComponent: UnwrapRef<typeof import('vue')['resolveComponent']>
|
342 |
| - readonly resolveDirective: UnwrapRef<typeof import('vue')['resolveDirective']> |
343 | 351 | readonly resolveRef: UnwrapRef<typeof import('@vueuse/core')['resolveRef']>
|
344 | 352 | readonly resolveUnref: UnwrapRef<typeof import('@vueuse/core')['resolveUnref']>
|
345 | 353 | readonly shallowReactive: UnwrapRef<typeof import('vue')['shallowReactive']>
|
@@ -369,6 +377,7 @@ declare module 'vue' {
|
369 | 377 | readonly useArrayFilter: UnwrapRef<typeof import('@vueuse/core')['useArrayFilter']>
|
370 | 378 | readonly useArrayFind: UnwrapRef<typeof import('@vueuse/core')['useArrayFind']>
|
371 | 379 | readonly useArrayFindIndex: UnwrapRef<typeof import('@vueuse/core')['useArrayFindIndex']>
|
| 380 | + readonly useArrayFindLast: UnwrapRef<typeof import('@vueuse/core')['useArrayFindLast']> |
372 | 381 | readonly useArrayJoin: UnwrapRef<typeof import('@vueuse/core')['useArrayJoin']>
|
373 | 382 | readonly useArrayMap: UnwrapRef<typeof import('@vueuse/core')['useArrayMap']>
|
374 | 383 | readonly useArrayReduce: UnwrapRef<typeof import('@vueuse/core')['useArrayReduce']>
|
@@ -463,6 +472,7 @@ declare module 'vue' {
|
463 | 472 | readonly usePreferredDark: UnwrapRef<typeof import('@vueuse/core')['usePreferredDark']>
|
464 | 473 | readonly usePreferredLanguages: UnwrapRef<typeof import('@vueuse/core')['usePreferredLanguages']>
|
465 | 474 | readonly usePreferredReducedMotion: UnwrapRef<typeof import('@vueuse/core')['usePreferredReducedMotion']>
|
| 475 | + readonly usePrevious: UnwrapRef<typeof import('@vueuse/core')['usePrevious']> |
466 | 476 | readonly useRafFn: UnwrapRef<typeof import('@vueuse/core')['useRafFn']>
|
467 | 477 | readonly useRefHistory: UnwrapRef<typeof import('@vueuse/core')['useRefHistory']>
|
468 | 478 | readonly useResizeObserver: UnwrapRef<typeof import('@vueuse/core')['useResizeObserver']>
|
|
0 commit comments