components.d.ts 2.4 KB

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