1
- // Generated by Stacks via 'unplugin-auto-import'
1
+ // Generated by 'unplugin-auto-import'
2
2
export { }
3
3
declare global {
4
4
const EffectScope : typeof import ( 'vue' ) [ 'EffectScope' ]
@@ -24,6 +24,7 @@ declare global {
24
24
const customRef : typeof import ( 'vue' ) [ 'customRef' ]
25
25
const debouncedRef : typeof import ( '@vueuse/core' ) [ 'debouncedRef' ]
26
26
const debouncedWatch : typeof import ( '@vueuse/core' ) [ 'debouncedWatch' ]
27
+ const defaultLanguage : typeof import ( '../config/library' ) [ 'defaultLanguage' ]
27
28
const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
28
29
const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
29
30
const docs : typeof import ( '../config/docs' ) [ 'default' ]
@@ -174,6 +175,7 @@ declare global {
174
175
const useFullscreen : typeof import ( '@vueuse/core' ) [ 'useFullscreen' ]
175
176
const useGamepad : typeof import ( '@vueuse/core' ) [ 'useGamepad' ]
176
177
const useGeolocation : typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
178
+ const useI18n : typeof import ( 'vue-i18n' ) [ 'useI18n' ]
177
179
const useIdle : typeof import ( '@vueuse/core' ) [ 'useIdle' ]
178
180
const useImage : typeof import ( '@vueuse/core' ) [ 'useImage' ]
179
181
const useInfiniteScroll : typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ]
@@ -303,6 +305,7 @@ declare module '@vue/runtime-core' {
303
305
readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
304
306
readonly debouncedRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'debouncedRef' ] >
305
307
readonly debouncedWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'debouncedWatch' ] >
308
+ readonly defaultLanguage : UnwrapRef < typeof import ( '../config/library' ) [ 'defaultLanguage' ] >
306
309
readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
307
310
readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
308
311
readonly docs : UnwrapRef < typeof import ( '../config/docs' ) [ 'default' ] >
@@ -453,6 +456,7 @@ declare module '@vue/runtime-core' {
453
456
readonly useFullscreen : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFullscreen' ] >
454
457
readonly useGamepad : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGamepad' ] >
455
458
readonly useGeolocation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGeolocation' ] >
459
+ readonly useI18n : UnwrapRef < typeof import ( 'vue-i18n' ) [ 'useI18n' ] >
456
460
readonly useIdle : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useIdle' ] >
457
461
readonly useImage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useImage' ] >
458
462
readonly useInfiniteScroll : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useInfiniteScroll' ] >
0 commit comments