UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

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