UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

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