vitesse/components.d.ts

12 lines
311 B
TypeScript
Raw Normal View History

2021-05-25 20:13:22 +08:00
// generated by vite-plugin-components
// read more https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
2021-05-25 20:21:07 +08:00
Footer: typeof import('./src/components/Footer.vue')['default']
README: typeof import('./src/components/README.md')['default']
2021-05-25 20:13:22 +08:00
}
}
export { }