interface IStroke {
    color?: string | RecursivePartial<IAnimatableColor> | RecursivePartial<IColor>;
    opacity?: RangeValue;
    width: RangeValue;
}

Implemented by

Properties

Properties

opacity?: RangeValue
width: RangeValue