1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 12:22:03 +08:00
trois/src/components/index.js

8 lines
315 B
JavaScript
Raw Normal View History

2020-09-30 23:53:36 +08:00
export { default as NoisyImage } from './noisy/NoisyImage.js';
export { default as NoisyPlane } from './noisy/NoisyPlane.js';
export { default as NoisyText } from './noisy/NoisyText.js';
2020-09-30 04:25:29 +08:00
export { default as Slider1 } from './sliders/Slider1.vue';
2020-09-19 18:42:06 +08:00
export { default as GLTFViewer } from './viewers/GLTFViewer.vue';