index.d.ts 169 B

12345
  1. export * from "./glTFFileLoader";
  2. export * from "./glTFValidation";
  3. import * as GLTF1 from "./1.0/index";
  4. import * as GLTF2 from "./2.0/index";
  5. export { GLTF1, GLTF2 };