components.d.ts 572 B

12345678910111213141516
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. Footer: typeof import('./src/components/layout/footer.vue')['default']
  10. Header: typeof import('./src/components/layout/header.vue')['default']
  11. HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. }
  15. }