@@ -174,84 +174,3 @@ declare module 'vue' {
174174 readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
175175 }
176176}
177- declare module '@vue/runtime-core' {
178- interface GlobalComponents { }
179- interface ComponentCustomProperties {
180- readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
181- readonly _ : UnwrapRef < typeof import ( 'lodash-es' ) >
182- readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
183- readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
184- readonly createLogger : UnwrapRef < typeof import ( 'vuex' ) [ 'createLogger' ] >
185- readonly createNamespacedHelpers : UnwrapRef < typeof import ( 'vuex' ) [ 'createNamespacedHelpers' ] >
186- readonly createRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'createRouter' ] >
187- readonly createStore : UnwrapRef < typeof import ( 'vuex' ) [ 'createStore' ] >
188- readonly createVNode : UnwrapRef < typeof import ( 'vue' ) [ 'createVNode' ] >
189- readonly createWebHashHistory : UnwrapRef < typeof import ( 'vue-router' ) [ 'createWebHashHistory' ] >
190- readonly createWebHistory : UnwrapRef < typeof import ( 'vue-router' ) [ 'createWebHistory' ] >
191- readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
192- readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
193- readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
194- readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
195- readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
196- readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
197- readonly h : UnwrapRef < typeof import ( 'vue' ) [ 'h' ] >
198- readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
199- readonly isProxy : UnwrapRef < typeof import ( 'vue' ) [ 'isProxy' ] >
200- readonly isReactive : UnwrapRef < typeof import ( 'vue' ) [ 'isReactive' ] >
201- readonly isReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'isReadonly' ] >
202- readonly isRef : UnwrapRef < typeof import ( 'vue' ) [ 'isRef' ] >
203- readonly key : UnwrapRef < typeof import ( './src/hooks/useBaseStore' ) [ 'key' ] >
204- readonly mapActions : UnwrapRef < typeof import ( 'vuex' ) [ 'mapActions' ] >
205- readonly mapGetters : UnwrapRef < typeof import ( 'vuex' ) [ 'mapGetters' ] >
206- readonly mapMutations : UnwrapRef < typeof import ( 'vuex' ) [ 'mapMutations' ] >
207- readonly mapState : UnwrapRef < typeof import ( 'vuex' ) [ 'mapState' ] >
208- readonly markRaw : UnwrapRef < typeof import ( 'vue' ) [ 'markRaw' ] >
209- readonly nextTick : UnwrapRef < typeof import ( 'vue' ) [ 'nextTick' ] >
210- readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
211- readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
212- readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ] >
213- readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteUpdate' ] >
214- readonly onBeforeUnmount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUnmount' ] >
215- readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
216- readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
217- readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
218- readonly onMounted : UnwrapRef < typeof import ( 'vue' ) [ 'onMounted' ] >
219- readonly onRenderTracked : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTracked' ] >
220- readonly onRenderTriggered : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTriggered' ] >
221- readonly onScopeDispose : UnwrapRef < typeof import ( 'vue' ) [ 'onScopeDispose' ] >
222- readonly onServerPrefetch : UnwrapRef < typeof import ( 'vue' ) [ 'onServerPrefetch' ] >
223- readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
224- readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
225- readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
226- readonly reactive : UnwrapRef < typeof import ( 'vue' ) [ 'reactive' ] >
227- readonly readonly : UnwrapRef < typeof import ( 'vue' ) [ 'readonly' ] >
228- readonly ref : UnwrapRef < typeof import ( 'vue' ) [ 'ref' ] >
229- readonly render : UnwrapRef < typeof import ( 'vue' ) [ 'render' ] >
230- readonly resolveComponent : UnwrapRef < typeof import ( 'vue' ) [ 'resolveComponent' ] >
231- readonly shallowReactive : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReactive' ] >
232- readonly shallowReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReadonly' ] >
233- readonly shallowRef : UnwrapRef < typeof import ( 'vue' ) [ 'shallowRef' ] >
234- readonly toRaw : UnwrapRef < typeof import ( 'vue' ) [ 'toRaw' ] >
235- readonly toRef : UnwrapRef < typeof import ( 'vue' ) [ 'toRef' ] >
236- readonly toRefs : UnwrapRef < typeof import ( 'vue' ) [ 'toRefs' ] >
237- readonly toValue : UnwrapRef < typeof import ( 'vue' ) [ 'toValue' ] >
238- readonly triggerRef : UnwrapRef < typeof import ( 'vue' ) [ 'triggerRef' ] >
239- readonly unref : UnwrapRef < typeof import ( 'vue' ) [ 'unref' ] >
240- readonly useAttrs : UnwrapRef < typeof import ( 'vue' ) [ 'useAttrs' ] >
241- readonly useBaseStore : UnwrapRef < typeof import ( './src/hooks/useBaseStore' ) [ 'default' ] >
242- readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
243- readonly useCssVars : UnwrapRef < typeof import ( 'vue' ) [ 'useCssVars' ] >
244- readonly useCurrentInstance : UnwrapRef < typeof import ( './src/hooks/useCurrentInstance' ) [ 'default' ] >
245- readonly useLanguage : UnwrapRef < typeof import ( './src/hooks/useLanguage' ) [ 'useLanguage' ] >
246- readonly useLink : UnwrapRef < typeof import ( 'vue-router' ) [ 'useLink' ] >
247- readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
248- readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
249- readonly useSlots : UnwrapRef < typeof import ( 'vue' ) [ 'useSlots' ] >
250- readonly useStore : UnwrapRef < typeof import ( 'vuex' ) [ 'useStore' ] >
251- readonly uuidv4 : UnwrapRef < typeof import ( 'uuid' ) [ 'v4' ] >
252- readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
253- readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
254- readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
255- readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
256- }
257- }
0 commit comments