vitest/docs/components.d.ts
patak 88edcfb0c2
docs: port homepage and dark theme (#90)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-12-12 09:55:57 +01:00

14 lines
440 B
TypeScript

// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
Avatar: typeof import('./src/components/Avatar.vue')['default']
Home: typeof import('./src/components/Home.vue')['default']
ListItem: typeof import('./src/components/ListItem.vue')['default']
}
}
export { }