UNPKG

@huridocs/react-text-selection-handler

Version:

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

5 lines (4 loc) 241 B
export { Highlight } from './Highlight.js'; export { HandleTextSelection } from './HandleTextSelection.js'; export { SelectionRegion } from './SelectionRegion.js'; export type { TextSelection, SelectionRectangle } from './TextSelection.js';