UNPKG

@huridocs/react-text-selection-handler

Version:

React pdf handler allows to render a PDF and handle text selection and highlights.

9 lines 296 B
import { FunctionComponent } from 'react'; import { TextSelection } from './TextSelection'; interface HighlightProps { textSelection: TextSelection; color?: string; } declare const Highlight: FunctionComponent<HighlightProps>; export { Highlight }; //# sourceMappingURL=Highlight.d.ts.map