45 lines
2.6 KiB
TypeScript
45 lines
2.6 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// biome-ignore lint: disable
|
|
// oxlint-disable
|
|
// ------
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Button: typeof import('./src/components/Button.vue')['default']
|
|
Footer: typeof import('./src/components/Footer.vue')['default']
|
|
Header: typeof import('./src/components/Header.vue')['default']
|
|
HeroPromo: typeof import('./src/components/Hero/Promo.vue')['default']
|
|
LanguageSwitcher: typeof import('./src/components/LanguageSwitcher.vue')['default']
|
|
MenuCampaings: typeof import('./src/components/Menu/Campaings.vue')['default']
|
|
MenuContact: typeof import('./src/components/Menu/Contact.vue')['default']
|
|
MenuDesktop: typeof import('./src/components/Menu/Desktop.vue')['default']
|
|
MenuDesktopOld: typeof import('./src/components/Menu/Desktop-old.vue')['default']
|
|
MenuHome: typeof import('./src/components/Menu/Home.vue')['default']
|
|
MenuLayout: typeof import('./src/components/Menu/Layout.vue')['default']
|
|
MenuMobile: typeof import('./src/components/Menu/Mobile.vue')['default']
|
|
MenuMobileList: typeof import('./src/components/Menu/MobileList.vue')['default']
|
|
MenuSurvey: typeof import('./src/components/Menu/Survey.vue')['default']
|
|
MenuWrapper: typeof import('./src/components/Menu/MenuWrapper.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SectionsBanner: typeof import('./src/components/Sections/Banner.vue')['default']
|
|
SectionsBreakfast: typeof import('./src/components/Sections/Breakfast.vue')['default']
|
|
SectionsBreakfastEn: typeof import('./src/components/Sections/BreakfastEn.vue')['default']
|
|
SectionsBreakfastOld: typeof import('./src/components/Sections/Breakfast-old.vue')['default']
|
|
SectionsContact: typeof import('./src/components/Sections/Contact.vue')['default']
|
|
SectionsCTA: typeof import('./src/components/Sections/CTA.vue')['default']
|
|
SectionsGallery: typeof import('./src/components/Sections/Gallery.vue')['default']
|
|
SectionsHighlight: typeof import('./src/components/Sections/Highlight.vue')['default']
|
|
SectionsOverview: typeof import('./src/components/Sections/Overview.vue')['default']
|
|
SectionsParallax: typeof import('./src/components/Sections/Parallax.vue')['default']
|
|
SectionsTestimonials: typeof import('./src/components/Sections/Testimonials.vue')['default']
|
|
TopBar: typeof import('./src/components/TopBar.vue')['default']
|
|
}
|
|
}
|