react-pdf-highlighter-plus

Style options for freetext highlight appearance.

interface FreetextStyle {
    backgroundColor?: string;
    color?: string;
    fontFamily?: string;
    fontSize?: string;
}

Properties

backgroundColor?: string
color?: string
fontFamily?: string
fontSize?: string