-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
19 lines (18 loc) · 787 Bytes
/
components.d.ts
File metadata and controls
19 lines (18 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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 {
AboutMe: typeof import('./src/components/aboutMe.vue')['default']
Banner: typeof import('./src/components/banner.vue')['default']
Contact: typeof import('./src/components/contact.vue')['default']
FooterContent: typeof import('./src/components/footerContent.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TechCard: typeof import('./src/components/tech/techCard.vue')['default']
TechStack: typeof import('./src/components/techStack.vue')['default']
}
}