react-pdf-highlighter-plus

Style options for shape highlight appearance.

interface ShapeStyle {
    strokeColor?: string;
    strokeWidth?: number;
}

Properties

strokeColor?: string
strokeWidth?: number