UNPKG

react-highlight-selector

Version:

Text highlighter with customizable palette and text copier

6 lines (5 loc) 142 B
export default function HoverElement({ selection, span, hoverContent }: { selection: any; span: any; hoverContent: any; }): void;