UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

15 lines (12 loc) 392 B
/** * Dynamically imports the OrbitControls of three js. * @returns A Promise of OrbitControls (three js). */ async function loadOrbitControls() { return (await import('three/examples/jsm/controls/OrbitControls')).OrbitControls; } /** * Generated bundle index. Do not edit. */ export { loadOrbitControls }; //# sourceMappingURL=c8y-ngx-components-lazy-three-orbit-controls.mjs.map