components.d.ts 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. AnimatedModel: typeof import('./src/components/AnimatedModel.vue')['default']
  10. Cameras: typeof import('./src/components/Cameras.vue')['default']
  11. copy: typeof import('./src/components/TheBasic copy.vue')['default']
  12. DanielTest: typeof import('./src/components/DanielTest.vue')['default']
  13. DebugUI: typeof import('./src/components/DebugUI.vue')['default']
  14. DeleteMe: typeof import('./src/components/DeleteMe.vue')['default']
  15. FBXModels: typeof import('./src/components/FBXModels.vue')['default']
  16. Gltf: typeof import('./src/components/gltf/index.vue')['default']
  17. MeshWobbleMaterial: typeof import('./src/components/meshWobbleMaterial/index.vue')['default']
  18. MultipleCanvas: typeof import('./src/components/MultipleCanvas.vue')['default']
  19. PortalJourney: typeof import('./src/components/portal-journey/index.vue')['default']
  20. Responsiveness: typeof import('./src/components/Responsiveness.vue')['default']
  21. RouterLink: typeof import('vue-router')['RouterLink']
  22. RouterView: typeof import('vue-router')['RouterView']
  23. ShadersExperiment: typeof import('./src/components/shaders-experiment/index.vue')['default']
  24. TestSphere: typeof import('./src/components/TestSphere.vue')['default']
  25. Text3D: typeof import('./src/components/Text3D.vue')['default']
  26. TheBasic: typeof import('./src/components/TheBasic.vue')['default']
  27. TheConditional: typeof import('./src/components/TheConditional.vue')['default']
  28. TheEnvironment: typeof import('./src/components/TheEnvironment.vue')['default']
  29. TheEvents: typeof import('./src/components/TheEvents.vue')['default']
  30. TheExperience: typeof import('./src/components/TheExperience.vue')['default']
  31. TheFireFlies: typeof import('./src/components/portal-journey/TheFireFlies.vue')['default']
  32. TheFirstScene: typeof import('./src/components/TheFirstScene.vue')['default']
  33. TheGizmos: typeof import('./src/components/TheGizmos.vue')['default']
  34. TheGroups: typeof import('./src/components/TheGroups.vue')['default']
  35. TheModel: typeof import('./src/components/gltf/TheModel.vue')['default']
  36. TheParticles: typeof import('./src/components/TheParticles.vue')['default']
  37. ThePortal: typeof import('./src/components/portal-journey/ThePortal.vue')['default']
  38. TheSmallExperience: typeof import('./src/components/TheSmallExperience.vue')['default']
  39. TheSphere: typeof import('./src/components/TheSphere.vue')['default']
  40. TheUSDZModel: typeof import('./src/components/udsz/TheUSDZModel.vue')['default']
  41. TresLechesTest: typeof import('./src/components/TresLechesTest.vue')['default']
  42. Udsz: typeof import('./src/components/udsz/index.vue')['default']
  43. VectorSetProps: typeof import('./src/components/VectorSetProps.vue')['default']
  44. }
  45. }