UNPKG

iv-3d-lib

Version:

A reusable ThreeJS library providing features for Ivee 3D Editor.

10 lines 304 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Iv3dObjectProperty = void 0; class Iv3dObjectProperty { constructor() { this.values = null; } } exports.Iv3dObjectProperty = Iv3dObjectProperty; //# sourceMappingURL=iv-3d-object-property.js.map