22 lines
879 B
TypeScript
22 lines
879 B
TypeScript
/* 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 {
|
|
Home: typeof import('./src/components/Home.vue')['default']
|
|
IMdi3dRotation: typeof import('~icons/mdi/3d-rotation')['default']
|
|
IMdiCard: typeof import('~icons/mdi/card')['default']
|
|
IMdiClarify: typeof import('~icons/mdi/clarify')['default']
|
|
IMdiFile: typeof import('~icons/mdi/file')['default']
|
|
IMdiIcon: typeof import('~icons/mdi/icon')['default']
|
|
IMdiPrinter: typeof import('~icons/mdi/printer')['default']
|
|
IMdiVideo3d: typeof import('~icons/mdi/video3d')['default']
|
|
Projects: typeof import('./src/components/Projects.vue')['default']
|
|
RandomIcon: typeof import('./src/components/RandomIcon.vue')['default']
|
|
}
|
|
}
|