22 lines
1.1 KiB
TypeScript
22 lines
1.1 KiB
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/vue-next/pull/3399
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AboutMe: typeof import('./src/components/presentation/about-me.vue')['default']
|
|
AppHeader: typeof import('./src/components/app-header.vue')['default']
|
|
BlogPosts: typeof import('./src/components/posts/blog-posts.vue')['default']
|
|
CrcCard: typeof import('./src/components/architecture/crc-card.vue')['default']
|
|
ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default']
|
|
JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default']
|
|
MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default']
|
|
OrderTag: typeof import('./src/components/core/order-tag.vue')['default']
|
|
ProductionFlow: typeof import('./src/components/flow/ProductionFlow.vue')['default']
|
|
ToucanIcon: typeof import('./src/components/core/toucan-icon.vue')['default']
|
|
Welcome: typeof import('./src/components/Welcome.vue')['default']
|
|
}
|
|
}
|
|
|
|
export { }
|