components.d.ts 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. AkuAku: typeof import('./src/components/AkuAku.vue')['default']
  10. AnimatedModel: typeof import('./src/components/AnimatedModel.vue')['default']
  11. AnimatedObjectUseFrame: typeof import('./src/components/AnimatedObjectUseFrame.vue')['default']
  12. AnimatedObjectuseUpdate: typeof import('./src/components/AnimatedObjectuseUpdate.vue')['default']
  13. AnimatedObjectUseUpdate: typeof import('./src/components/AnimatedObjectUseUpdate.vue')['default']
  14. BlenderCube: typeof import('./src/components/BlenderCube.vue')['default']
  15. Box: typeof import('./src/components/Box.vue')['default']
  16. CameraOperator: typeof import('./src/components/CameraOperator.vue')['default']
  17. Cameras: typeof import('./src/components/Cameras.vue')['default']
  18. Component: typeof import('./src/components/useFBO/component.vue')['default']
  19. copy: typeof import('./src/components/TheSphere copy.vue')['default']
  20. DanielTest: typeof import('./src/components/DanielTest.vue')['default']
  21. DebugUI: typeof import('./src/components/DebugUI.vue')['default']
  22. DeleteMe: typeof import('./src/components/DeleteMe.vue')['default']
  23. DirectiveSubComponent: typeof import('./src/components/DirectiveSubComponent.vue')['default']
  24. DynamicModel: typeof import('./src/components/DynamicModel.vue')['default']
  25. EventsPropogation: typeof import('./src/components/EventsPropogation.vue')['default']
  26. FBOCube: typeof import('./src/components/FBOCube.vue')['default']
  27. FBXModels: typeof import('./src/components/FBXModels.vue')['default']
  28. Gltf: typeof import('./src/components/gltf/index.vue')['default']
  29. GraphPane: typeof import('./src/components/GraphPane.vue')['default']
  30. LocalOrbitControls: typeof import('./src/components/LocalOrbitControls.vue')['default']
  31. RenderingLogger: typeof import('./src/components/RenderingLogger.vue')['default']
  32. RouterLink: typeof import('vue-router')['RouterLink']
  33. RouterView: typeof import('vue-router')['RouterView']
  34. ShadersExperiment: typeof import('./src/components/shaders-experiment/index.vue')['default']
  35. TakeOverLoopExperience: typeof import('./src/components/TakeOverLoopExperience.vue')['default']
  36. TestSphere: typeof import('./src/components/TestSphere.vue')['default']
  37. Text3D: typeof import('./src/components/Text3D.vue')['default']
  38. TheCameraOperator: typeof import('./src/components/TheCameraOperator.vue')['default']
  39. TheExperience: typeof import('./src/components/TheExperience.vue')['default']
  40. TheSphere: typeof import('./src/components/TheSphere.vue')['default']
  41. }
  42. }