Type Alias WrapperOptions

WrapperOptions: {
    cornerRadius: number;
    disableAutoScaleBehavior?: boolean;
    fill: string;
    padding: number;
    stroke: string;
    strokeWidth: number;
    verticalPadding: number;
}