webcad-api/types/Loader/ExrLoader.d.ts

3 lines
132 B
TypeScript

import { Texture } from "three";
export declare function LoadDefaultExr(): Promise<Texture>;
//# sourceMappingURL=ExrLoader.d.ts.map