12 lines
311 B
TypeScript
12 lines
311 B
TypeScript
// generated by vite-plugin-components
|
|
// read more https://github.com/vuejs/vue-next/pull/3399
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Footer: typeof import('./src/components/Footer.vue')['default']
|
|
README: typeof import('./src/components/README.md')['default']
|
|
}
|
|
}
|
|
|
|
export { }
|