-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
22 lines (21 loc) · 1.17 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
CarteFonctionalité: (typeof import('./src/components/CarteFonctionalité.vue'))['default'];
CarteTéléchargement: (typeof import('./src/components/CarteTéléchargement.vue'))['default'];
CarteUtilisation: (typeof import('./src/components/CarteUtilisation.vue'))['default'];
IndiceInstallationApple: (typeof import('./src/components/IndiceInstallationApple.vue'))['default'];
ItemLangueProgrès: (typeof import('./src/components/ItemLangueProgrès.vue'))['default'];
MenuLangues: (typeof import('./src/components/MenuLangues.vue'))['default'];
PagePrincipale: (typeof import('./src/components/PagePrincipale.vue'))['default'];
PageTéléchargements: (typeof import('./src/components/PageTéléchargements.vue'))['default'];
RouterLink: (typeof import('vue-router'))['RouterLink'];
RouterView: (typeof import('vue-router'))['RouterView'];
TitreSection: (typeof import('./src/components/TitreSection.vue'))['default'];
}
}