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.

20 lines (19 loc) 462 B
export declare class ThemeBinding { text: string; stroke: string; shadow: string; img: string; border: string; fill: string; textFill: string; line: string; altline: string; horizontal: string; vertical: string; barcode: string; styles: string[]; clipartColors?: string[]; static fromRaw(object: any): ThemeBinding; clone(): ThemeBinding; equals(other: ThemeBinding): any; }