-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
28 lines (26 loc) · 1.53 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
23
24
25
26
27
28
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
JoAbout: typeof import('./src/components/about/JoAbout.vue')['default']
JoAboutAccordeon: typeof import('./src/components/about/JoAboutAccordeon.vue')['default']
JoArrowDown: typeof import('./src/components/JoArrowDown.vue')['default']
JoContact: typeof import('./src/components/contact/JoContact.vue')['default']
JoCursor: typeof import('./src/components/JoCursor.vue')['default']
JoHero: typeof import('./src/components/hero/JoHero.vue')['default']
JoHeroHeading: typeof import('./src/components/hero/JoHeroHeading.vue')['default']
JoHeroTimer: typeof import('./src/components/hero/JoHeroTimer.vue')['default']
JoImprint: typeof import('./src/components/imprint/JoImprint.vue')['default']
JoImprintContent: typeof import('./src/components/imprint/JoImprintContent.vue')['default']
JoImprintPrivacy: typeof import('./src/components/imprint/JoImprintPrivacy.vue')['default']
JoNavigation: typeof import('./src/components/navigation/JoNavigation.vue')['default']
JoNavigationItem: typeof import('./src/components/navigation/JoNavigationItem.vue')['default']
JoProjectListItem: typeof import('./src/components/projects/JoProjectListItem.vue')['default']
JoProjects: typeof import('./src/components/projects/JoProjects.vue')['default']
}
}