-
Notifications
You must be signed in to change notification settings - Fork 0
/
components.d.ts
21 lines (20 loc) · 1.02 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
/* 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 {
AboutSection: typeof import('./src/components/AboutSection.vue')['default']
EducationSection: typeof import('./src/components/EducationSection.vue')['default']
EduSegment: typeof import('./src/components/EduSegment.vue')['default']
ExpCard: typeof import('./src/components/ExpCard.vue')['default']
ExperienceSection: typeof import('./src/components/ExperienceSection.vue')['default']
LanguagesSection: typeof import('./src/components/LanguagesSection.vue')['default']
LinkElement: typeof import('./src/components/LinkElement.vue')['default']
ResumeContainer: typeof import('./src/components/ResumeContainer.vue')['default']
SkillCard: typeof import('./src/components/SkillCard.vue')['default']
SkillsSection: typeof import('./src/components/SkillsSection.vue')['default']
}
}