components.d.ts 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. AkuAku: typeof import('./src/components/AkuAku.vue')['default']
  10. AnimatedObjectUseUpdate: typeof import('./src/components/AnimatedObjectUseUpdate.vue')['default']
  11. BlenderCube: typeof import('./src/components/BlenderCube.vue')['default']
  12. Box: typeof import('./src/components/Box.vue')['default']
  13. DirectiveSubComponent: typeof import('./src/components/DirectiveSubComponent.vue')['default']
  14. DynamicModel: typeof import('./src/components/DynamicModel.vue')['default']
  15. FBOCube: typeof import('./src/components/FBOCube.vue')['default']
  16. GraphPane: typeof import('./src/components/GraphPane.vue')['default']
  17. LocalOrbitControls: typeof import('./src/components/LocalOrbitControls.vue')['default']
  18. Overlay: typeof import('./src/components/Overlay.vue')['default']
  19. OverlayInfo: typeof import('./src/components/OverlayInfo.vue')['default']
  20. PbrSphere: typeof import('./src/components/PbrSphere.vue')['default']
  21. RouterLink: typeof import('vue-router')['RouterLink']
  22. RouterView: typeof import('vue-router')['RouterView']
  23. TakeOverLoopExperience: typeof import('./src/components/TakeOverLoopExperience.vue')['default']
  24. TestResult: typeof import('./src/components/TestResult.vue')['default']
  25. Tests: typeof import('./src/components/Tests.vue')['default']
  26. TestSphere: typeof import('./src/components/TestSphere.vue')['default']
  27. Text3D: typeof import('./src/components/Text3D.vue')['default']
  28. TheCameraOperator: typeof import('./src/components/TheCameraOperator.vue')['default']
  29. TheExperience: typeof import('./src/components/TheExperience.vue')['default']
  30. TheSphere: typeof import('./src/components/TheSphere.vue')['default']
  31. UgglyBunny: typeof import('./src/components/UgglyBunny.vue')['default']
  32. }
  33. }