interface ColorStyle {
    gradientType: GradientType;
    primary: null | string;
    secondary: null | string;
}

Properties

gradientType: GradientType
primary: null | string
secondary: null | string