33// @ts -nocheck
44// noinspection JSUnusedGlobalSymbols
55// Generated by unplugin-auto-import
6+ // biome-ignore lint: disable
67export { }
78declare global {
89 const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
@@ -38,6 +39,7 @@ declare global {
3839 const onServerPrefetch : typeof import ( 'vue' ) [ 'onServerPrefetch' ]
3940 const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
4041 const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
42+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
4143 const persistentAtom : typeof import ( '@nanostores/persistent' ) [ 'persistentAtom' ]
4244 const persistentMap : typeof import ( '@nanostores/persistent' ) [ 'persistentMap' ]
4345 const provide : typeof import ( 'vue' ) [ 'provide' ]
@@ -59,8 +61,11 @@ declare global {
5961 const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
6062 const useCssVars : typeof import ( 'vue' ) [ 'useCssVars' ]
6163 const useHead : typeof import ( '@vueuse/head' ) [ 'useHead' ]
64+ const useId : typeof import ( 'vue' ) [ 'useId' ]
65+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
6266 const useSlots : typeof import ( 'vue' ) [ 'useSlots' ]
6367 const useStore : typeof import ( '@nanostores/vue' ) [ 'useStore' ]
68+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
6469 const useVModel : typeof import ( '@nanostores/vue' ) [ 'useVModel' ]
6570 const watch : typeof import ( 'vue' ) [ 'watch' ]
6671 const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
@@ -70,9 +75,13 @@ declare global {
7075// for type re-export
7176declare global {
7277 // @ts -ignore
73- export type { Component , ComponentPublicInstance , ComputedRef , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , VNode , WritableComputedRef } from 'vue'
78+ export type { Component , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
7479 import ( 'vue' )
80+ // @ts -ignore
81+ export type { SettingsValue } from './stores/setting'
82+ import ( './stores/setting' )
7583}
84+
7685// for vue template auto import
7786import { UnwrapRef } from 'vue'
7887declare module 'vue' {
@@ -111,6 +120,7 @@ declare module 'vue' {
111120 readonly onServerPrefetch : UnwrapRef < typeof import ( 'vue' ) [ 'onServerPrefetch' ] >
112121 readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
113122 readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
123+ readonly onWatcherCleanup : UnwrapRef < typeof import ( 'vue' ) [ 'onWatcherCleanup' ] >
114124 readonly persistentAtom : UnwrapRef < typeof import ( '@nanostores/persistent' ) [ 'persistentAtom' ] >
115125 readonly persistentMap : UnwrapRef < typeof import ( '@nanostores/persistent' ) [ 'persistentMap' ] >
116126 readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
@@ -132,78 +142,15 @@ declare module 'vue' {
132142 readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
133143 readonly useCssVars : UnwrapRef < typeof import ( 'vue' ) [ 'useCssVars' ] >
134144 readonly useHead : UnwrapRef < typeof import ( '@vueuse/head' ) [ 'useHead' ] >
145+ readonly useId : UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
146+ readonly useModel : UnwrapRef < typeof import ( 'vue' ) [ 'useModel' ] >
135147 readonly useSlots : UnwrapRef < typeof import ( 'vue' ) [ 'useSlots' ] >
136148 readonly useStore : UnwrapRef < typeof import ( '@nanostores/vue' ) [ 'useStore' ] >
149+ readonly useTemplateRef : UnwrapRef < typeof import ( 'vue' ) [ 'useTemplateRef' ] >
137150 readonly useVModel : UnwrapRef < typeof import ( '@nanostores/vue' ) [ 'useVModel' ] >
138151 readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
139152 readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
140153 readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
141154 readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
142155 }
143- }
144- declare module '@vue/runtime-core' {
145- interface GlobalComponents { }
146- interface ComponentCustomProperties {
147- readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
148- readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
149- readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
150- readonly createHead : UnwrapRef < typeof import ( '@vueuse/head' ) [ 'createHead' ] >
151- readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
152- readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
153- readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
154- readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
155- readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
156- readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
157- readonly h : UnwrapRef < typeof import ( 'vue' ) [ 'h' ] >
158- readonly icon : UnwrapRef < typeof import ( './libs/icon' ) [ 'default' ] >
159- readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
160- readonly isProxy : UnwrapRef < typeof import ( 'vue' ) [ 'isProxy' ] >
161- readonly isReactive : UnwrapRef < typeof import ( 'vue' ) [ 'isReactive' ] >
162- readonly isReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'isReadonly' ] >
163- readonly isRef : UnwrapRef < typeof import ( 'vue' ) [ 'isRef' ] >
164- readonly mapStores : UnwrapRef < typeof import ( '@nanostores/vue' ) [ 'mapStores' ] >
165- readonly markRaw : UnwrapRef < typeof import ( 'vue' ) [ 'markRaw' ] >
166- readonly nextTick : UnwrapRef < typeof import ( 'vue' ) [ 'nextTick' ] >
167- readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
168- readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
169- readonly onBeforeUnmount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUnmount' ] >
170- readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
171- readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
172- readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
173- readonly onMounted : UnwrapRef < typeof import ( 'vue' ) [ 'onMounted' ] >
174- readonly onRenderTracked : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTracked' ] >
175- readonly onRenderTriggered : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTriggered' ] >
176- readonly onScopeDispose : UnwrapRef < typeof import ( 'vue' ) [ 'onScopeDispose' ] >
177- readonly onServerPrefetch : UnwrapRef < typeof import ( 'vue' ) [ 'onServerPrefetch' ] >
178- readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
179- readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
180- readonly persistentAtom : UnwrapRef < typeof import ( '@nanostores/persistent' ) [ 'persistentAtom' ] >
181- readonly persistentMap : UnwrapRef < typeof import ( '@nanostores/persistent' ) [ 'persistentMap' ] >
182- readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
183- readonly reactive : UnwrapRef < typeof import ( 'vue' ) [ 'reactive' ] >
184- readonly readonly : UnwrapRef < typeof import ( 'vue' ) [ 'readonly' ] >
185- readonly ref : UnwrapRef < typeof import ( 'vue' ) [ 'ref' ] >
186- readonly resolveComponent : UnwrapRef < typeof import ( 'vue' ) [ 'resolveComponent' ] >
187- readonly settings : UnwrapRef < typeof import ( './stores/setting' ) [ 'settings' ] >
188- readonly shallowReactive : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReactive' ] >
189- readonly shallowReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReadonly' ] >
190- readonly shallowRef : UnwrapRef < typeof import ( 'vue' ) [ 'shallowRef' ] >
191- readonly toRaw : UnwrapRef < typeof import ( 'vue' ) [ 'toRaw' ] >
192- readonly toRef : UnwrapRef < typeof import ( 'vue' ) [ 'toRef' ] >
193- readonly toRefs : UnwrapRef < typeof import ( 'vue' ) [ 'toRefs' ] >
194- readonly toValue : UnwrapRef < typeof import ( 'vue' ) [ 'toValue' ] >
195- readonly triggerRef : UnwrapRef < typeof import ( 'vue' ) [ 'triggerRef' ] >
196- readonly unref : UnwrapRef < typeof import ( 'vue' ) [ 'unref' ] >
197- readonly useAttrs : UnwrapRef < typeof import ( 'vue' ) [ 'useAttrs' ] >
198- readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
199- readonly useCssVars : UnwrapRef < typeof import ( 'vue' ) [ 'useCssVars' ] >
200- readonly useHead : UnwrapRef < typeof import ( '@vueuse/head' ) [ 'useHead' ] >
201- readonly useSlots : UnwrapRef < typeof import ( 'vue' ) [ 'useSlots' ] >
202- readonly useStore : UnwrapRef < typeof import ( '@nanostores/vue' ) [ 'useStore' ] >
203- readonly useVModel : UnwrapRef < typeof import ( '@nanostores/vue' ) [ 'useVModel' ] >
204- readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
205- readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
206- readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
207- readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
208- }
209- }
156+ }
0 commit comments