@huridocs/react-text-selection-handler
Version:
React pdf handler allows to render a PDF and handle text selection and highlights.
9 lines • 299 B
TypeScript
import { FunctionComponent } from 'react';
import { TextSelection } from './TextSelection.js';
interface HighlightProps {
textSelection: TextSelection;
color?: string;
}
declare const Highlight: FunctionComponent<HighlightProps>;
export { Highlight };
//# sourceMappingURL=Highlight.d.ts.map