components.d.ts 453 B

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