components.d.ts 1.2 KB

12345678910111213141516171819202122232425
  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. AnimatedObjectUseUpdate: typeof import('./src/components/AnimatedObjectUseUpdate.vue')['default']
  11. BlenderCube: typeof import('./src/components/BlenderCube.vue')['default']
  12. DynamicModel: typeof import('./src/components/DynamicModel.vue')['default']
  13. GraphPane: typeof import('./src/components/GraphPane.vue')['default']
  14. OverlayInfo: typeof import('./src/components/OverlayInfo.vue')['default']
  15. PbrSphere: typeof import('./src/components/PbrSphere.vue')['default']
  16. ProvideBridge: typeof import('./src/components/ProvideBridge.vue')['default']
  17. RouterLink: typeof import('vue-router')['RouterLink']
  18. RouterView: typeof import('vue-router')['RouterView']
  19. TestResult: typeof import('./src/components/TestResult.vue')['default']
  20. Tests: typeof import('./src/components/Tests.vue')['default']
  21. TheExperience: typeof import('./src/components/TheExperience.vue')['default']
  22. TheSphere: typeof import('./src/components/TheSphere.vue')['default']
  23. }
  24. }