components.d.ts 1.3 KB

1234567891011121314151617181920212223242526
  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. LocalOrbitControls: typeof import('./src/components/LocalOrbitControls.vue')['default']
  15. OverlayInfo: typeof import('./src/components/OverlayInfo.vue')['default']
  16. PbrSphere: typeof import('./src/components/PbrSphere.vue')['default']
  17. ProvideBridge: typeof import('./src/components/ProvideBridge.vue')['default']
  18. RouterLink: typeof import('vue-router')['RouterLink']
  19. RouterView: typeof import('vue-router')['RouterView']
  20. TestResult: typeof import('./src/components/TestResult.vue')['default']
  21. Tests: typeof import('./src/components/Tests.vue')['default']
  22. TheExperience: typeof import('./src/components/TheExperience.vue')['default']
  23. TheSphere: typeof import('./src/components/TheSphere.vue')['default']
  24. }
  25. }