@@ -7,48 +7,38 @@ export {}
77/* prettier-ignore */
88declare module 'vue' {
99 export interface GlobalComponents {
10- Banner : typeof import ( './src/components/banners/Banner.vue' ) [ 'default' ]
11- Banner404 : typeof import ( './src/components/banners/Banner404.vue' ) [ 'default' ]
12- BannerComingSoon : typeof import ( './src/components/banners/BannerComingSoon.vue' ) [ 'default' ]
13- BannerTwo : typeof import ( './src/components/banners/BannerTwo.vue' ) [ 'default' ]
10+ BaseBanner : typeof import ( './src/components/banners/custom/BaseBanner.vue' ) [ 'default' ]
1411 BaseIcon : typeof import ( './src/components/icons/BaseIcon.vue' ) [ 'default' ]
1512 ChevronIcon : typeof import ( './src/components/icons/ChevronIcon.vue' ) [ 'default' ]
1613 ComingSoonBanner : typeof import ( './src/components/banners/ComingSoonBanner.vue' ) [ 'default' ]
17- copy : typeof import ( './src/components/cards/EventCards copy.vue' ) [ 'default' ]
1814 EventCard : typeof import ( './src/components/cards/EventCard.vue' ) [ 'default' ]
19- EventCards : typeof import ( './src/components/cards/EventCards.vue' ) [ 'default' ]
2015 GlobeIcon : typeof import ( './src/components/icons/GlobeIcon.vue' ) [ 'default' ]
2116 GlobeRBCN : typeof import ( './src/components/icons/GlobeRBCN.vue' ) [ 'default' ]
17+ InfiniteSpinner : typeof import ( './src/components/spinners/InfiniteSpinner.vue' ) [ 'default' ]
2218 LinkIcon : typeof import ( './src/components/icons/LinkIcon.vue' ) [ 'default' ]
23- LocaleToggler : typeof import ( './src/components/blocks/LocaleToggler.vue' ) [ 'default' ]
2419 Logo : typeof import ( './src/components/blocks/Logo.vue' ) [ 'default' ]
2520 MainBanner : typeof import ( './src/components/banners/custom/MainBanner.vue' ) [ 'default' ]
2621 Navbar : typeof import ( './src/components/navigation/Navbar.vue' ) [ 'default' ]
27- NavMobile : typeof import ( './src/components/NavMobile.vue' ) [ 'default' ]
2822 NewsBanner : typeof import ( './src/components/NewsBanner.vue' ) [ 'default' ]
2923 NewTabIcon : typeof import ( './src/components/icons/NewTabIcon.vue' ) [ 'default' ]
3024 NotFoundBanner : typeof import ( './src/components/banners/NotFoundBanner.vue' ) [ 'default' ]
31- NotFouondBanner : typeof import ( './src/components/banners/NotFouondBanner.vue' ) [ 'default' ]
3225 PageFooter : typeof import ( './src/components/footer/PageFooter.vue' ) [ 'default' ]
3326 PageSection : typeof import ( './src/components/sections/PageSection.vue' ) [ 'default' ]
3427 PreviousTalks : typeof import ( './src/components/PreviousTalks.vue' ) [ 'default' ]
3528 RobotIcon : typeof import ( './src/components/icons/RobotIcon.vue' ) [ 'default' ]
3629 RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
3730 RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
38- Settings : typeof import ( './src/components/blocks/Settings.vue' ) [ 'default' ]
3931 SpeakerCards : typeof import ( './src/components/cards/SpeakerCards.vue' ) [ 'default' ]
40- SponsorCards : typeof import ( './src/components/cards/SponsorCards.vue' ) [ 'default' ]
41- SponsorGrid : typeof import ( './src/components/cards/SponsorGrid.vue' ) [ 'default' ]
32+ SponsorCard : typeof import ( './src/components/cards/SponsorCard.vue' ) [ 'default' ]
4233 SponsorItem : typeof import ( './src/components/SponsorItem.vue' ) [ 'default' ]
4334 Sponsors : typeof import ( './src/components/Sponsors.vue' ) [ 'default' ]
4435 TabBox : typeof import ( './src/components/TabBox.vue' ) [ 'default' ]
4536 Talks : typeof import ( './src/components/Talks.vue' ) [ 'default' ]
4637 Talks2023 : typeof import ( './src/components/Talks2023.vue' ) [ 'default' ]
4738 Talks24 : typeof import ( './src/components/Talks24.vue' ) [ 'default' ]
48- ThemeToggler : typeof import ( './src/components/blocks/ThemeToggler .vue' ) [ 'default' ]
39+ TicketCard : typeof import ( './src/components/tickets/TicketCard .vue' ) [ 'default' ]
4940 TicketItem : typeof import ( './src/components/TicketItem.vue' ) [ 'default' ]
5041 Timeline : typeof import ( './src/components/Timeline.vue' ) [ 'default' ]
51- ToggleDirection : typeof import ( './src/components/blocks/ToggleDirection.vue' ) [ 'default' ]
5242 Tutorials24 : typeof import ( './src/components/Tutorials24.vue' ) [ 'default' ]
5343 Workshops24 : typeof import ( './src/components/Workshops24.vue' ) [ 'default' ]
5444 }
0 commit comments