3
3
// @ts -nocheck
4
4
// noinspection JSUnusedGlobalSymbols
5
5
// Generated by unplugin-auto-import
6
+ // biome-ignore lint: disable
6
7
export { }
7
8
declare global {
8
9
const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
@@ -35,6 +36,7 @@ declare global {
35
36
const onServerPrefetch : typeof import ( 'vue' ) [ 'onServerPrefetch' ]
36
37
const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
37
38
const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
39
+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
38
40
const provide : typeof import ( 'vue' ) [ 'provide' ]
39
41
const reactive : typeof import ( 'vue' ) [ 'reactive' ]
40
42
const readonly : typeof import ( 'vue' ) [ 'readonly' ]
@@ -52,7 +54,10 @@ declare global {
52
54
const useAttrs : typeof import ( 'vue' ) [ 'useAttrs' ]
53
55
const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
54
56
const useCssVars : typeof import ( 'vue' ) [ 'useCssVars' ]
57
+ const useId : typeof import ( 'vue' ) [ 'useId' ]
58
+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
55
59
const useSlots : typeof import ( 'vue' ) [ 'useSlots' ]
60
+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
56
61
const watch : typeof import ( 'vue' ) [ 'watch' ]
57
62
const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
58
63
const watchPostEffect : typeof import ( 'vue' ) [ 'watchPostEffect' ]
@@ -61,6 +66,6 @@ declare global {
61
66
// for type re-export
62
67
declare global {
63
68
// @ts -ignore
64
- export type { Component , ComponentPublicInstance , ComputedRef , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , VNode , WritableComputedRef } from 'vue'
69
+ export type { Component , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
65
70
import ( 'vue' )
66
71
}
0 commit comments