UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

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