|
@@ -8,22 +8,37 @@ export {}
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
AnimatedModel: typeof import('./src/components/AnimatedModel.vue')['default']
|
|
|
+ Books: typeof import('./src/components/potions-classroom/Books.vue')['default']
|
|
|
+ Bottles: typeof import('./src/components/potions-classroom/Bottles.vue')['default']
|
|
|
+ Bricks: typeof import('./src/components/potions-classroom/Bricks.vue')['default']
|
|
|
CameraOperator: typeof import('./src/components/CameraOperator.vue')['default']
|
|
|
Cameras: typeof import('./src/components/Cameras.vue')['default']
|
|
|
+ Cauldron: typeof import('./src/components/potions-classroom/Cauldron.vue')['default']
|
|
|
+ Chalkboard: typeof import('./src/components/potions-classroom/Chalkboard.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']
|
|
|
+ Experience: typeof import('./src/components/potions-classroom/Experience.vue')['default']
|
|
|
FBXModels: typeof import('./src/components/FBXModels.vue')['default']
|
|
|
+ FloatingCandles: typeof import('./src/components/potions-classroom/FloatingCandles.vue')['default']
|
|
|
Gltf: typeof import('./src/components/gltf/index.vue')['default']
|
|
|
+ Jars: typeof import('./src/components/potions-classroom/Jars.vue')['default']
|
|
|
+ Lamp: typeof import('./src/components/potions-classroom/Lamp.vue')['default']
|
|
|
LocalOrbitControls: typeof import('./src/components/LocalOrbitControls.vue')['default']
|
|
|
MeshWobbleMaterial: typeof import('./src/components/meshWobbleMaterial/index.vue')['default']
|
|
|
+ Mortar: typeof import('./src/components/potions-classroom/Mortar.vue')['default']
|
|
|
MultipleCanvas: typeof import('./src/components/MultipleCanvas.vue')['default']
|
|
|
PortalJourney: typeof import('./src/components/portal-journey/index.vue')['default']
|
|
|
+ PotionsClassroom: typeof import('./src/components/potions-classroom/index.vue')['default']
|
|
|
Responsiveness: typeof import('./src/components/Responsiveness.vue')['default']
|
|
|
+ Room: typeof import('./src/components/potions-classroom/Room.vue')['default']
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
ShadersExperiment: typeof import('./src/components/shaders-experiment/index.vue')['default']
|
|
|
+ Skulls: typeof import('./src/components/potions-classroom/Skulls.vue')['default']
|
|
|
+ Stands: typeof import('./src/components/potions-classroom/Stands.vue')['default']
|
|
|
+ Table: typeof import('./src/components/potions-classroom/Table.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']
|
|
@@ -45,5 +60,6 @@ declare module 'vue' {
|
|
|
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']
|
|
|
+ Windows: typeof import('./src/components/potions-classroom/Windows.vue')['default']
|
|
|
}
|
|
|
}
|