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' ]
@@ -57,6 +58,7 @@ declare global {
5758 const onBeforeUpdate : typeof import ( 'vue' ) [ 'onBeforeUpdate' ]
5859 const onClickOutside : typeof import ( '@vueuse/core' ) [ 'onClickOutside' ]
5960 const onDeactivated : typeof import ( 'vue' ) [ 'onDeactivated' ]
61+ const onElementRemoval : typeof import ( '@vueuse/core' ) [ 'onElementRemoval' ]
6062 const onErrorCaptured : typeof import ( 'vue' ) [ 'onErrorCaptured' ]
6163 const onKeyStroke : typeof import ( '@vueuse/core' ) [ 'onKeyStroke' ]
6264 const onLongPress : typeof import ( '@vueuse/core' ) [ 'onLongPress' ]
@@ -68,6 +70,7 @@ declare global {
6870 const onStartTyping : typeof import ( '@vueuse/core' ) [ 'onStartTyping' ]
6971 const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
7072 const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
73+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
7174 const pausableWatch : typeof import ( '@vueuse/core' ) [ 'pausableWatch' ]
7275 const provide : typeof import ( 'vue' ) [ 'provide' ]
7376 const provideLocal : typeof import ( '@vueuse/core' ) [ 'provideLocal' ]
@@ -138,6 +141,7 @@ declare global {
138141 const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
139142 const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
140143 const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
144+ const useCountdown : typeof import ( '@vueuse/core' ) [ 'useCountdown' ]
141145 const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
142146 const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
143147 const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
@@ -176,6 +180,7 @@ declare global {
176180 const useFullscreen : typeof import ( '@vueuse/core' ) [ 'useFullscreen' ]
177181 const useGamepad : typeof import ( '@vueuse/core' ) [ 'useGamepad' ]
178182 const useGeolocation : typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
183+ const useId : typeof import ( 'vue' ) [ 'useId' ]
179184 const useIdle : typeof import ( '@vueuse/core' ) [ 'useIdle' ]
180185 const useImage : typeof import ( '@vueuse/core' ) [ 'useImage' ]
181186 const useInfiniteScroll : typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ]
@@ -191,6 +196,7 @@ declare global {
191196 const useMediaQuery : typeof import ( '@vueuse/core' ) [ 'useMediaQuery' ]
192197 const useMemoize : typeof import ( '@vueuse/core' ) [ 'useMemoize' ]
193198 const useMemory : typeof import ( '@vueuse/core' ) [ 'useMemory' ]
199+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
194200 const useMounted : typeof import ( '@vueuse/core' ) [ 'useMounted' ]
195201 const useMouse : typeof import ( '@vueuse/core' ) [ 'useMouse' ]
196202 const useMouseInElement : typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ]
@@ -215,10 +221,12 @@ declare global {
215221 const usePreferredDark : typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ]
216222 const usePreferredLanguages : typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ]
217223 const usePreferredReducedMotion : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ]
224+ const usePreferredReducedTransparency : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedTransparency' ]
218225 const usePrevious : typeof import ( '@vueuse/core' ) [ 'usePrevious' ]
219226 const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
220227 const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
221228 const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
229+ const useSSRWidth : typeof import ( '@vueuse/core' ) [ 'useSSRWidth' ]
222230 const useScreenOrientation : typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ]
223231 const useScreenSafeArea : typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ]
224232 const useScriptTag : typeof import ( '@vueuse/core' ) [ 'useScriptTag' ]
@@ -237,6 +245,7 @@ declare global {
237245 const useStyleTag : typeof import ( '@vueuse/core' ) [ 'useStyleTag' ]
238246 const useSupported : typeof import ( '@vueuse/core' ) [ 'useSupported' ]
239247 const useSwipe : typeof import ( '@vueuse/core' ) [ 'useSwipe' ]
248+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
240249 const useTemplateRefsList : typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ]
241250 const useTextDirection : typeof import ( '@vueuse/core' ) [ 'useTextDirection' ]
242251 const useTextSelection : typeof import ( '@vueuse/core' ) [ 'useTextSelection' ]
@@ -288,6 +297,9 @@ declare global {
288297// for type re-export
289298declare global {
290299 // @ts -ignore
291- export type { Component , ComponentPublicInstance , ComputedRef , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , VNode , WritableComputedRef } from 'vue'
300+ export type { Component , ComponentPublicInstance , ComputedRef , DirectiveBinding , ExtractDefaultPropTypes , ExtractPropTypes , ExtractPublicPropTypes , InjectionKey , PropType , Ref , MaybeRef , MaybeRefOrGetter , VNode , WritableComputedRef } from 'vue'
292301 import ( 'vue' )
302+ // @ts -ignore
303+ export type { Initial , VersionKey , Versions , UserOptions , SerializeState , Store } from './composables/store'
304+ import ( './composables/store' )
293305}
0 commit comments