UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

7 lines 208 B
import type * as THREE from 'three'; /** * Dynamically imports three js. * @returns A Promise of three js. */ export declare function loadThree(): Promise<typeof THREE>; //# sourceMappingURL=index.d.ts.map