@aurigma/design-atoms-model
Version:
Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.
9 lines • 340 B
JavaScript
var ColorDictionaryEntry = /** @class */ (function () {
function ColorDictionaryEntry(keyColor, valueColor) {
this.keyColor = keyColor.getData();
this.valueColor = valueColor.getData();
}
return ColorDictionaryEntry;
}());
export { ColorDictionaryEntry };
//# sourceMappingURL=ColorDictionaryEntry.js.map