UNPKG

react-highlight-selector

Version:

Text highlighter with customizable palette and text copier

3 lines (2 loc) 146 B
export declare const addHighlight: (range: Range, element: HTMLElement) => void; export declare const isHighlightable: (range: Range) => boolean;