Interface ShadowConfig

interface ShadowConfig {
    actualShadowColor: string;
    gradientTransform: string;
    stops: GradientStopConfig[];
}

Properties

actualShadowColor: string
gradientTransform: string