@shapediver/sdk.sdtf-v1
Version:
Official sdTF SDK for TypeScript
11 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SdtfBasePartialComponent = void 0;
const SdtfUtils_1 = require("../../utils/SdtfUtils");
class SdtfBasePartialComponent {
constructor() {
this.componentId = (0, SdtfUtils_1.createComponentId)();
}
}
exports.SdtfBasePartialComponent = SdtfBasePartialComponent;
//# sourceMappingURL=SdtfBasePartialComponent.js.map