@@ -191,94 +191,3 @@ declare module 'vue' {
191191 readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
192192 }
193193}
194- declare module '@vue/runtime-core' {
195- interface GlobalComponents { }
196- interface ComponentCustomProperties {
197- readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
198- readonly OhVueIcon : UnwrapRef < typeof import ( 'oh-vue-icons' ) [ 'OhVueIcon' ] >
199- readonly acceptHMRUpdate : UnwrapRef < typeof import ( 'pinia' ) [ 'acceptHMRUpdate' ] >
200- readonly addIcons : UnwrapRef < typeof import ( 'oh-vue-icons' ) [ 'addIcons' ] >
201- readonly afterAll : UnwrapRef < typeof import ( 'vitest' ) [ 'afterAll' ] >
202- readonly afterEach : UnwrapRef < typeof import ( 'vitest' ) [ 'afterEach' ] >
203- readonly assert : UnwrapRef < typeof import ( 'vitest' ) [ 'assert' ] >
204- readonly beforeAll : UnwrapRef < typeof import ( 'vitest' ) [ 'beforeAll' ] >
205- readonly beforeEach : UnwrapRef < typeof import ( 'vitest' ) [ 'beforeEach' ] >
206- readonly chai : UnwrapRef < typeof import ( 'vitest' ) [ 'chai' ] >
207- readonly computed : UnwrapRef < typeof import ( 'vue' ) [ 'computed' ] >
208- readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
209- readonly createPinia : UnwrapRef < typeof import ( 'pinia' ) [ 'createPinia' ] >
210- readonly customRef : UnwrapRef < typeof import ( 'vue' ) [ 'customRef' ] >
211- readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
212- readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
213- readonly defineStore : UnwrapRef < typeof import ( 'pinia' ) [ 'defineStore' ] >
214- readonly describe : UnwrapRef < typeof import ( 'vitest' ) [ 'describe' ] >
215- readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
216- readonly expect : UnwrapRef < typeof import ( 'vitest' ) [ 'expect' ] >
217- readonly getActivePinia : UnwrapRef < typeof import ( 'pinia' ) [ 'getActivePinia' ] >
218- readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
219- readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
220- readonly h : UnwrapRef < typeof import ( 'vue' ) [ 'h' ] >
221- readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
222- readonly isProxy : UnwrapRef < typeof import ( 'vue' ) [ 'isProxy' ] >
223- readonly isReactive : UnwrapRef < typeof import ( 'vue' ) [ 'isReactive' ] >
224- readonly isReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'isReadonly' ] >
225- readonly isRef : UnwrapRef < typeof import ( 'vue' ) [ 'isRef' ] >
226- readonly it : UnwrapRef < typeof import ( 'vitest' ) [ 'it' ] >
227- readonly mapActions : UnwrapRef < typeof import ( 'pinia' ) [ 'mapActions' ] >
228- readonly mapGetters : UnwrapRef < typeof import ( 'pinia' ) [ 'mapGetters' ] >
229- readonly mapState : UnwrapRef < typeof import ( 'pinia' ) [ 'mapState' ] >
230- readonly mapStores : UnwrapRef < typeof import ( 'pinia' ) [ 'mapStores' ] >
231- readonly mapWritableState : UnwrapRef < typeof import ( 'pinia' ) [ 'mapWritableState' ] >
232- readonly markRaw : UnwrapRef < typeof import ( 'vue' ) [ 'markRaw' ] >
233- readonly nextTick : UnwrapRef < typeof import ( 'vue' ) [ 'nextTick' ] >
234- readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
235- readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
236- readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ] >
237- readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteUpdate' ] >
238- readonly onBeforeUnmount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUnmount' ] >
239- readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
240- readonly onDeactivated : UnwrapRef < typeof import ( 'vue' ) [ 'onDeactivated' ] >
241- readonly onErrorCaptured : UnwrapRef < typeof import ( 'vue' ) [ 'onErrorCaptured' ] >
242- readonly onMounted : UnwrapRef < typeof import ( 'vue' ) [ 'onMounted' ] >
243- readonly onRenderTracked : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTracked' ] >
244- readonly onRenderTriggered : UnwrapRef < typeof import ( 'vue' ) [ 'onRenderTriggered' ] >
245- readonly onScopeDispose : UnwrapRef < typeof import ( 'vue' ) [ 'onScopeDispose' ] >
246- readonly onServerPrefetch : UnwrapRef < typeof import ( 'vue' ) [ 'onServerPrefetch' ] >
247- readonly onUnmounted : UnwrapRef < typeof import ( 'vue' ) [ 'onUnmounted' ] >
248- readonly onUpdated : UnwrapRef < typeof import ( 'vue' ) [ 'onUpdated' ] >
249- readonly provide : UnwrapRef < typeof import ( 'vue' ) [ 'provide' ] >
250- readonly reactive : UnwrapRef < typeof import ( 'vue' ) [ 'reactive' ] >
251- readonly readonly : UnwrapRef < typeof import ( 'vue' ) [ 'readonly' ] >
252- readonly ref : UnwrapRef < typeof import ( 'vue' ) [ 'ref' ] >
253- readonly resolveComponent : UnwrapRef < typeof import ( 'vue' ) [ 'resolveComponent' ] >
254- readonly setActivePinia : UnwrapRef < typeof import ( 'pinia' ) [ 'setActivePinia' ] >
255- readonly setMapStoreSuffix : UnwrapRef < typeof import ( 'pinia' ) [ 'setMapStoreSuffix' ] >
256- readonly shallowReactive : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReactive' ] >
257- readonly shallowReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'shallowReadonly' ] >
258- readonly shallowRef : UnwrapRef < typeof import ( 'vue' ) [ 'shallowRef' ] >
259- readonly storeToRefs : UnwrapRef < typeof import ( 'pinia' ) [ 'storeToRefs' ] >
260- readonly suite : UnwrapRef < typeof import ( 'vitest' ) [ 'suite' ] >
261- readonly test : UnwrapRef < typeof import ( 'vitest' ) [ 'test' ] >
262- readonly toRaw : UnwrapRef < typeof import ( 'vue' ) [ 'toRaw' ] >
263- readonly toRef : UnwrapRef < typeof import ( 'vue' ) [ 'toRef' ] >
264- readonly toRefs : UnwrapRef < typeof import ( 'vue' ) [ 'toRefs' ] >
265- readonly toValue : UnwrapRef < typeof import ( 'vue' ) [ 'toValue' ] >
266- readonly triggerRef : UnwrapRef < typeof import ( 'vue' ) [ 'triggerRef' ] >
267- readonly unref : UnwrapRef < typeof import ( 'vue' ) [ 'unref' ] >
268- readonly useAttrs : UnwrapRef < typeof import ( 'vue' ) [ 'useAttrs' ] >
269- readonly useCssModule : UnwrapRef < typeof import ( 'vue' ) [ 'useCssModule' ] >
270- readonly useCssVars : UnwrapRef < typeof import ( 'vue' ) [ 'useCssVars' ] >
271- readonly useLink : UnwrapRef < typeof import ( 'vue-router' ) [ 'useLink' ] >
272- readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
273- readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
274- readonly useScheme : UnwrapRef < typeof import ( '@gouvminint/vue-dsfr' ) [ 'useScheme' ] >
275- readonly useSlots : UnwrapRef < typeof import ( 'vue' ) [ 'useSlots' ] >
276- readonly useTabs : UnwrapRef < typeof import ( '@gouvminint/vue-dsfr' ) [ 'useTabs' ] >
277- readonly vi : UnwrapRef < typeof import ( 'vitest' ) [ 'vi' ] >
278- readonly vitest : UnwrapRef < typeof import ( 'vitest' ) [ 'vitest' ] >
279- readonly watch : UnwrapRef < typeof import ( 'vue' ) [ 'watch' ] >
280- readonly watchEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchEffect' ] >
281- readonly watchPostEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchPostEffect' ] >
282- readonly watchSyncEffect : UnwrapRef < typeof import ( 'vue' ) [ 'watchSyncEffect' ] >
283- }
284- }
0 commit comments