-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
23 lines (22 loc) · 1.05 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
/* 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 {
ContactView: typeof import('./src/components/contactView.vue')['default']
copy: typeof import('./src/components/IllustView copy.vue')['default']
Footer: typeof import('./src/components/Footer.vue')['default']
FooterMenu: typeof import('./src/components/FooterMenu.vue')['default']
HeaderNav: typeof import('./src/components/HeaderNav.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
Home: typeof import('./src/components/Home.vue')['default']
Illust: typeof import('./src/components/Illust.vue')['default']
IllustView: typeof import('./src/components/IllustView.vue')['default']
MainPage: typeof import('./src/components/MainPage.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}