mirror of
https://github.com/ArthurDanjou/artdanj-fallback.git
synced 2026-01-14 18:59:54 +01:00
20 lines
862 B
TypeScript
20 lines
862 B
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
|
import '@vue/runtime-core'
|
|
|
|
declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
ColorModeButton: typeof import('./src/components/ColorModeButton.vue')['default']
|
|
FlagIcon: typeof import('./src/components/icons/FlagIcon.vue')['default']
|
|
Footer: typeof import('./src/components/Footer.vue')['default']
|
|
LanguageButton: typeof import('./src/components/LanguageButton.vue')['default']
|
|
MoonIcon: typeof import('./src/components/icons/MoonIcon.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SunIcon: typeof import('./src/components/icons/SunIcon.vue')['default']
|
|
}
|
|
}
|
|
|
|
export {}
|