UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

7 lines 300 B
import type OrbitControls from 'three/examples/jsm/controls/OrbitControls'; /** * Dynamically imports the OrbitControls of three js. * @returns A Promise of OrbitControls (three js). */ export declare function loadOrbitControls(): Promise<typeof OrbitControls>; //# sourceMappingURL=index.d.ts.map