@@ -120,7 +120,6 @@ declare global {
120
120
const useClipboard : typeof import ( '@vueuse/core' ) [ 'useClipboard' ]
121
121
const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
122
122
const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
123
- const useCoreStore : typeof import ( './store/core' ) [ 'useCoreStore' ]
124
123
const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
125
124
const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
126
125
const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
@@ -200,6 +199,7 @@ declare global {
200
199
const usePreferredLanguages : typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ]
201
200
const usePreferredReducedMotion : typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ]
202
201
const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
202
+ const useReaderStore : typeof import ( './store/reader' ) [ 'useReaderStore' ]
203
203
const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
204
204
const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
205
205
const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
@@ -391,7 +391,6 @@ declare module '@vue/runtime-core' {
391
391
readonly useClipboard : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useClipboard' ] >
392
392
readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
393
393
readonly useConfirmDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ] >
394
- readonly useCoreStore : UnwrapRef < typeof import ( './store/core' ) [ 'useCoreStore' ] >
395
394
readonly useCounter : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCounter' ] >
396
395
readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
397
396
readonly useCssVar : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCssVar' ] >
@@ -471,6 +470,7 @@ declare module '@vue/runtime-core' {
471
470
readonly usePreferredLanguages : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ] >
472
471
readonly usePreferredReducedMotion : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ] >
473
472
readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
473
+ readonly useReaderStore : UnwrapRef < typeof import ( './store/reader' ) [ 'useReaderStore' ] >
474
474
readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
475
475
readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
476
476
readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
0 commit comments