1+ /* eslint-disable */
2+ /* prettier-ignore */
3+ // @ts -nocheck
4+ // noinspection JSUnusedGlobalSymbols
5+ // Generated by unplugin-auto-import
6+ // biome-ignore lint: disable
7+ export { }
8+ declare global {
9+ const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
10+ const computed : typeof import ( 'vue' ) [ 'computed' ]
11+ const createApp : typeof import ( 'vue' ) [ 'createApp' ]
12+ const customRef : typeof import ( 'vue' ) [ 'customRef' ]
13+ const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
14+ const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
15+ const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
16+ const getCurrentInstance : typeof import ( 'vue' ) [ 'getCurrentInstance' ]
17+ const getCurrentScope : typeof import ( 'vue' ) [ 'getCurrentScope' ]
18+ const h : typeof import ( 'vue' ) [ 'h' ]
19+ const inject : typeof import ( 'vue' ) [ 'inject' ]
20+ const isProxy : typeof import ( 'vue' ) [ 'isProxy' ]
21+ const isReactive : typeof import ( 'vue' ) [ 'isReactive' ]
22+ const isReadonly : typeof import ( 'vue' ) [ 'isReadonly' ]
23+ const isRef : typeof import ( 'vue' ) [ 'isRef' ]
24+ const markRaw : typeof import ( 'vue' ) [ 'markRaw' ]
25+ const nextTick : typeof import ( 'vue' ) [ 'nextTick' ]
26+ const onActivated : typeof import ( 'vue' ) [ 'onActivated' ]
27+ const onBeforeMount : typeof import ( 'vue' ) [ 'onBeforeMount' ]
28+ const onBeforeUnmount : typeof import ( 'vue' ) [ 'onBeforeUnmount' ]
29+ const onBeforeUpdate : typeof import ( 'vue' ) [ 'onBeforeUpdate' ]
30+ const onDeactivated : typeof import ( 'vue' ) [ 'onDeactivated' ]
31+ const onErrorCaptured : typeof import ( 'vue' ) [ 'onErrorCaptured' ]
32+ const onMounted : typeof import ( 'vue' ) [ 'onMounted' ]
33+ const onRenderTracked : typeof import ( 'vue' ) [ 'onRenderTracked' ]
34+ const onRenderTriggered : typeof import ( 'vue' ) [ 'onRenderTriggered' ]
35+ const onScopeDispose : typeof import ( 'vue' ) [ 'onScopeDispose' ]
36+ const onServerPrefetch : typeof import ( 'vue' ) [ 'onServerPrefetch' ]
37+ const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
38+ const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
39+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
40+ const provide : typeof import ( 'vue' ) [ 'provide' ]
41+ const reactive : typeof import ( 'vue' ) [ 'reactive' ]
42+ const readonly : typeof import ( 'vue' ) [ 'readonly' ]
43+ const ref : typeof import ( 'vue' ) [ 'ref' ]
44+ const resolveComponent : typeof import ( 'vue' ) [ 'resolveComponent' ]
45+ const shallowReactive : typeof import ( 'vue' ) [ 'shallowReactive' ]
46+ const shallowReadonly : typeof import ( 'vue' ) [ 'shallowReadonly' ]
47+ const shallowRef : typeof import ( 'vue' ) [ 'shallowRef' ]
48+ const toRaw : typeof import ( 'vue' ) [ 'toRaw' ]
49+ const toRef : typeof import ( 'vue' ) [ 'toRef' ]
50+ const toRefs : typeof import ( 'vue' ) [ 'toRefs' ]
51+ const toValue : typeof import ( 'vue' ) [ 'toValue' ]
52+ const triggerRef : typeof import ( 'vue' ) [ 'triggerRef' ]
53+ const unref : typeof import ( 'vue' ) [ 'unref' ]
54+ const useAttrs : typeof import ( 'vue' ) [ 'useAttrs' ]
55+ const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
56+ const useCssVars : typeof import ( 'vue' ) [ 'useCssVars' ]
57+ const useId : typeof import ( 'vue' ) [ 'useId' ]
58+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
59+ const useSlots : typeof import ( 'vue' ) [ 'useSlots' ]
60+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
61+ const watch : typeof import ( 'vue' ) [ 'watch' ]
62+ const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
63+ const watchPostEffect : typeof import ( 'vue' ) [ 'watchPostEffect' ]
64+ const watchSyncEffect : typeof import ( 'vue' ) [ 'watchSyncEffect' ]
65+ }
66+ // for type re-export
67+ declare global {
68+ // @ts -ignore
69+ export type { Component , Slot , Slots , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
70+ import ( 'vue' )
71+ }
72+
73+ // for vue template auto import
74+ import { UnwrapRef } from 'vue'
75+ declare module 'vue' {
76+ interface GlobalComponents { }
77+ interface ComponentCustomProperties {
78+ readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
79+ readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
80+ readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
81+ readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
82+ readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
83+ readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
84+ readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
85+ readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
86+ readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
87+ readonly h : UnwrapRef < typeof import ( 'vue' ) [ 'h' ] >
88+ readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
89+ readonly isProxy : UnwrapRef < typeof import ( 'vue' ) [ 'isProxy' ] >
90+ readonly isReactive : UnwrapRef < typeof import ( 'vue' ) [ 'isReactive' ] >
91+ readonly isReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'isReadonly' ] >
92+ readonly isRef : UnwrapRef < typeof import ( 'vue' ) [ 'isRef' ] >
93+ readonly markRaw : UnwrapRef < typeof import ( 'vue' ) [ 'markRaw' ] >
94+ readonly nextTick : UnwrapRef < typeof import ( 'vue' ) [ 'nextTick' ] >
95+ readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
96+ readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
97+ readonly onBeforeUnmount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUnmount' ] >
98+ readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
99+ readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
100+ readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
101+ readonly onMounted : UnwrapRef < typeof import ( 'vue' ) [ 'onMounted' ] >
102+ readonly onRenderTracked : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTracked' ] >
103+ readonly onRenderTriggered : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTriggered' ] >
104+ readonly onScopeDispose : UnwrapRef < typeof import ( 'vue' ) [ 'onScopeDispose' ] >
105+ readonly onServerPrefetch : UnwrapRef < typeof import ( 'vue' ) [ 'onServerPrefetch' ] >
106+ readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
107+ readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
108+ readonly onWatcherCleanup : UnwrapRef < typeof import ( 'vue' ) [ 'onWatcherCleanup' ] >
109+ readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
110+ readonly reactive : UnwrapRef < typeof import ( 'vue' ) [ 'reactive' ] >
111+ readonly readonly : UnwrapRef < typeof import ( 'vue' ) [ 'readonly' ] >
112+ readonly ref : UnwrapRef < typeof import ( 'vue' ) [ 'ref' ] >
113+ readonly resolveComponent : UnwrapRef < typeof import ( 'vue' ) [ 'resolveComponent' ] >
114+ readonly shallowReactive : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReactive' ] >
115+ readonly shallowReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReadonly' ] >
116+ readonly shallowRef : UnwrapRef < typeof import ( 'vue' ) [ 'shallowRef' ] >
117+ readonly toRaw : UnwrapRef < typeof import ( 'vue' ) [ 'toRaw' ] >
118+ readonly toRef : UnwrapRef < typeof import ( 'vue' ) [ 'toRef' ] >
119+ readonly toRefs : UnwrapRef < typeof import ( 'vue' ) [ 'toRefs' ] >
120+ readonly toValue : UnwrapRef < typeof import ( 'vue' ) [ 'toValue' ] >
121+ readonly triggerRef : UnwrapRef < typeof import ( 'vue' ) [ 'triggerRef' ] >
122+ readonly unref : UnwrapRef < typeof import ( 'vue' ) [ 'unref' ] >
123+ readonly useAttrs : UnwrapRef < typeof import ( 'vue' ) [ 'useAttrs' ] >
124+ readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
125+ readonly useCssVars : UnwrapRef < typeof import ( 'vue' ) [ 'useCssVars' ] >
126+ readonly useId : UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
127+ readonly useModel : UnwrapRef < typeof import ( 'vue' ) [ 'useModel' ] >
128+ readonly useSlots : UnwrapRef < typeof import ( 'vue' ) [ 'useSlots' ] >
129+ readonly useTemplateRef : UnwrapRef < typeof import ( 'vue' ) [ 'useTemplateRef' ] >
130+ readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
131+ readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
132+ readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
133+ readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
134+ }
135+ }
0 commit comments