Type Alias _DucElementStylesBase

_DucElementStylesBase: {
    background: ElementBackground[];
    backgroundColor?: string;
    blending?: Blending;
    opacity: Percentage;
    roundness: PrecisionValue;
    stroke: ElementStroke[];
    strokeColor?: string;
}

Base styles that all elements share

Type declaration