UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

10 lines 357 B
var AdditionalConverter = /** @class */ (function () { function AdditionalConverter(type, parseRawValue, typeCtor) { this.type = type; this.parseRawValue = parseRawValue; this.typeCtor = typeCtor; } return AdditionalConverter; }()); export { AdditionalConverter }; //# sourceMappingURL=AdditionalConverter.js.map