aptechka 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  export { en3 } from './core/en3';
2
- export { En3View, type En3ViewOptions, type En3AttachedObject3D, type En3AttachOptions, } from './core/En3View';
2
+ export { En3View, type En3ViewOptions, type En3AttachedObject3D, type En3AttachOptions, type En3ViewBeforeRenderCallback, } from './core/En3View';
3
3
  export { en3TextureLoader } from './loaders/en3TextureLoader';
4
4
  export { en3GLTFLoader } from './loaders/en3GLTFLoader';
5
5
  export { En3Clip } from './objects/En3Clip';