|
@@ -1,43 +1,59 @@
|
|
|
/* eslint-disable */
|
|
|
-/* prettier-ignore */
|
|
|
// @ts-nocheck
|
|
|
// Generated by unplugin-vue-components
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
export {}
|
|
|
|
|
|
+/* prettier-ignore */
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
AkuAku: typeof import('./src/components/AkuAku.vue')['default']
|
|
|
AnimatedModel: typeof import('./src/components/AnimatedModel.vue')['default']
|
|
|
- AnimatedObjectUseFrame: typeof import('./src/components/AnimatedObjectUseFrame.vue')['default']
|
|
|
- AnimatedObjectuseUpdate: typeof import('./src/components/AnimatedObjectuseUpdate.vue')['default']
|
|
|
AnimatedObjectUseUpdate: typeof import('./src/components/AnimatedObjectUseUpdate.vue')['default']
|
|
|
BlenderCube: typeof import('./src/components/BlenderCube.vue')['default']
|
|
|
Box: typeof import('./src/components/Box.vue')['default']
|
|
|
CameraOperator: typeof import('./src/components/CameraOperator.vue')['default']
|
|
|
Cameras: typeof import('./src/components/Cameras.vue')['default']
|
|
|
- Component: typeof import('./src/components/useFBO/component.vue')['default']
|
|
|
- copy: typeof import('./src/components/TheSphere copy.vue')['default']
|
|
|
+ copy: typeof import('./src/components/TheBasic copy.vue')['default']
|
|
|
DanielTest: typeof import('./src/components/DanielTest.vue')['default']
|
|
|
DebugUI: typeof import('./src/components/DebugUI.vue')['default']
|
|
|
DeleteMe: typeof import('./src/components/DeleteMe.vue')['default']
|
|
|
DirectiveSubComponent: typeof import('./src/components/DirectiveSubComponent.vue')['default']
|
|
|
DynamicModel: typeof import('./src/components/DynamicModel.vue')['default']
|
|
|
- EventsPropogation: typeof import('./src/components/EventsPropogation.vue')['default']
|
|
|
FBOCube: typeof import('./src/components/FBOCube.vue')['default']
|
|
|
FBXModels: typeof import('./src/components/FBXModels.vue')['default']
|
|
|
Gltf: typeof import('./src/components/gltf/index.vue')['default']
|
|
|
GraphPane: typeof import('./src/components/GraphPane.vue')['default']
|
|
|
LocalOrbitControls: typeof import('./src/components/LocalOrbitControls.vue')['default']
|
|
|
+ MeshWobbleMaterial: typeof import('./src/components/meshWobbleMaterial/index.vue')['default']
|
|
|
+ MultipleCanvas: typeof import('./src/components/MultipleCanvas.vue')['default']
|
|
|
+ PortalJourney: typeof import('./src/components/portal-journey/index.vue')['default']
|
|
|
RenderingLogger: typeof import('./src/components/RenderingLogger.vue')['default']
|
|
|
+ Responsiveness: typeof import('./src/components/Responsiveness.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
ShadersExperiment: typeof import('./src/components/shaders-experiment/index.vue')['default']
|
|
|
TakeOverLoopExperience: typeof import('./src/components/TakeOverLoopExperience.vue')['default']
|
|
|
TestSphere: typeof import('./src/components/TestSphere.vue')['default']
|
|
|
Text3D: typeof import('./src/components/Text3D.vue')['default']
|
|
|
+ TheBasic: typeof import('./src/components/TheBasic.vue')['default']
|
|
|
TheCameraOperator: typeof import('./src/components/TheCameraOperator.vue')['default']
|
|
|
+ TheConditional: typeof import('./src/components/TheConditional.vue')['default']
|
|
|
+ TheEnvironment: typeof import('./src/components/TheEnvironment.vue')['default']
|
|
|
+ TheEvents: typeof import('./src/components/TheEvents.vue')['default']
|
|
|
TheExperience: typeof import('./src/components/TheExperience.vue')['default']
|
|
|
+ TheFireFlies: typeof import('./src/components/portal-journey/TheFireFlies.vue')['default']
|
|
|
+ TheFirstScene: typeof import('./src/components/TheFirstScene.vue')['default']
|
|
|
+ TheGizmos: typeof import('./src/components/TheGizmos.vue')['default']
|
|
|
+ TheGroups: typeof import('./src/components/TheGroups.vue')['default']
|
|
|
+ TheModel: typeof import('./src/components/gltf/TheModel.vue')['default']
|
|
|
+ TheParticles: typeof import('./src/components/TheParticles.vue')['default']
|
|
|
+ ThePortal: typeof import('./src/components/portal-journey/ThePortal.vue')['default']
|
|
|
+ TheSmallExperience: typeof import('./src/components/TheSmallExperience.vue')['default']
|
|
|
TheSphere: typeof import('./src/components/TheSphere.vue')['default']
|
|
|
+ TheUSDZModel: typeof import('./src/components/udsz/TheUSDZModel.vue')['default']
|
|
|
+ TresLechesTest: typeof import('./src/components/TresLechesTest.vue')['default']
|
|
|
+ Udsz: typeof import('./src/components/udsz/index.vue')['default']
|
|
|
+ VectorSetProps: typeof import('./src/components/VectorSetProps.vue')['default']
|
|
|
}
|
|
|
}
|