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.

11 lines (10 loc) 324 B
import { RgbColor } from "./RgbColor"; export declare class RgbColors { static get transparent(): RgbColor; static get black(): RgbColor; static get white(): RgbColor; static get red(): RgbColor; static get green(): RgbColor; static get blue(): RgbColor; static get cyan(): RgbColor; }