components.d.ts 3.0 KB

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