components.d.ts 308 B

1234567891011
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/vue-next/pull/3399
  4. declare module 'vue' {
  5. export interface GlobalComponents {
  6. HelloWorld: typeof import('./components/HelloWorld.vue')['default']
  7. }
  8. }
  9. export { }