@huridocs/react-text-selection-handler
Version:
React pdf handler allows to render a PDF and handle text selection and highlights.
9 lines • 353 B
TypeScript
import React, { FunctionComponent } from 'react';
export declare const SelectionRegionContext: React.Context<string>;
interface SelectionRegionProps {
regionId?: string;
children?: React.ReactNode;
}
declare const SelectionRegion: FunctionComponent<SelectionRegionProps>;
export { SelectionRegion };
//# sourceMappingURL=SelectionRegion.d.ts.map