@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
12 lines (9 loc) • 333 B
JavaScript
async function loadBoxModel() {
const boxModel = await import('@c8y/style/three-d-models/box-model.json');
return boxModel.default || boxModel;
}
/**
* Generated bundle index. Do not edit.
*/
export { loadBoxModel };
//# sourceMappingURL=c8y-ngx-components-widgets-implementations-three-d-rotation-lazy-box-model.mjs.map