mx3d 0.0.10 → 0.0.14

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.
package/lib/index.d.ts DELETED
@@ -1,23 +0,0 @@
1
- import "babylonjs";
2
- import "babylonjs-materials";
3
- import "babylonjs-gui";
4
- import "babylonjs-loaders";
5
- import "babylonjs-serializers";
6
- import "../dazzle";
7
- import App from "./App";
8
- import Tools from "./Tools";
9
- import EffectMgr from "./EffectMgr";
10
- import { EffectType } from "./EffectType";
11
- import { EventType } from "./EventType";
12
- import GUID from "./GUID";
13
- import Dictionary from "./Dictionary";
14
- declare const MX3D: {
15
- App: typeof App;
16
- Tools: typeof Tools;
17
- EffectMgr: EffectMgr;
18
- EffectType: typeof EffectType;
19
- EventType: typeof EventType;
20
- GUID: typeof GUID;
21
- Dictionary: typeof Dictionary;
22
- };
23
- export default MX3D;