vitesse/components.d.ts
2021-05-25 20:13:22 +08:00

12 lines
289 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')
README: typeof import('./src/components/README.md')
}
}
export { }