interface GradientBackground {
    kind: "gradient";
    value: PredefinedGradient;
}

Properties

Properties

kind: "gradient"