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.

8 lines 250 B
export class AdditionalConverter { constructor(type, parseRawValue, typeCtor) { this.type = type; this.parseRawValue = parseRawValue; this.typeCtor = typeCtor; } } //# sourceMappingURL=AdditionalConverter.js.map