UNPKG

@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.

7 lines 230 B
export class ColorDictionaryEntry { constructor(keyColor, valueColor) { this.keyColor = keyColor.getData(); this.valueColor = valueColor.getData(); } } //# sourceMappingURL=ColorDictionaryEntry.js.map