33// @ts -nocheck
44// noinspection JSUnusedGlobalSymbols
55// Generated by unplugin-auto-import
6+ // biome-ignore lint: disable
67export { }
78declare global {
89 const $gettext : typeof import ( '@/gettext' ) [ '$gettext' ]
@@ -50,6 +51,7 @@ declare global {
5051 const onServerPrefetch : typeof import ( 'vue' ) [ 'onServerPrefetch' ]
5152 const onUnmounted : typeof import ( 'vue' ) [ 'onUnmounted' ]
5253 const onUpdated : typeof import ( 'vue' ) [ 'onUpdated' ]
54+ const onWatcherCleanup : typeof import ( 'vue' ) [ 'onWatcherCleanup' ]
5355 const provide : typeof import ( 'vue' ) [ 'provide' ]
5456 const reactive : typeof import ( 'vue' ) [ 'reactive' ]
5557 const readonly : typeof import ( 'vue' ) [ 'readonly' ]
@@ -70,10 +72,13 @@ declare global {
7072 const useAttrs : typeof import ( 'vue' ) [ 'useAttrs' ]
7173 const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
7274 const useCssVars : typeof import ( 'vue' ) [ 'useCssVars' ]
75+ const useId : typeof import ( 'vue' ) [ 'useId' ]
7376 const useLink : typeof import ( 'vue-router' ) [ 'useLink' ]
77+ const useModel : typeof import ( 'vue' ) [ 'useModel' ]
7478 const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
7579 const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
7680 const useSlots : typeof import ( 'vue' ) [ 'useSlots' ]
81+ const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
7782 const watch : typeof import ( 'vue' ) [ 'watch' ]
7883 const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
7984 const watchPostEffect : typeof import ( 'vue' ) [ 'watchPostEffect' ]
@@ -135,6 +140,7 @@ declare module 'vue' {
135140 readonly onServerPrefetch : UnwrapRef < typeof import ( 'vue' ) [ 'onServerPrefetch' ] >
136141 readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
137142 readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
143+ readonly onWatcherCleanup : UnwrapRef < typeof import ( 'vue' ) [ 'onWatcherCleanup' ] >
138144 readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
139145 readonly reactive : UnwrapRef < typeof import ( 'vue' ) [ 'reactive' ] >
140146 readonly readonly : UnwrapRef < typeof import ( 'vue' ) [ 'readonly' ] >
@@ -155,10 +161,13 @@ declare module 'vue' {
155161 readonly useAttrs : UnwrapRef < typeof import ( 'vue' ) [ 'useAttrs' ] >
156162 readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
157163 readonly useCssVars : UnwrapRef < typeof import ( 'vue' ) [ 'useCssVars' ] >
164+ readonly useId : UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
158165 readonly useLink : UnwrapRef < typeof import ( 'vue-router' ) [ 'useLink' ] >
166+ readonly useModel : UnwrapRef < typeof import ( 'vue' ) [ 'useModel' ] >
159167 readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
160168 readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
161169 readonly useSlots : UnwrapRef < typeof import ( 'vue' ) [ 'useSlots' ] >
170+ readonly useTemplateRef : UnwrapRef < typeof import ( 'vue' ) [ 'useTemplateRef' ] >
162171 readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
163172 readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
164173 readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
0 commit comments