vitesse/components.d.ts
2021-05-25 20:21:07 +08:00

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 { }