react-pdf-highlighter-plus

Style options for text highlight appearance.

interface TextHighlightStyle {
    highlightColor?: string;
    highlightStyle?: "underline" | "highlight" | "strikethrough";
}

Properties

highlightColor?: string
highlightStyle?: "underline" | "highlight" | "strikethrough"