UNPKG

react-pdf-selection

Version:

Library of React components needed for text and area selections in PDF documents.

7 lines (6 loc) 285 B
/// <reference types="react" /> import { BoundingRectWithCSSProperties } from "../types"; export declare type NewAreaSelectionProps = { boundingRect: BoundingRectWithCSSProperties; }; export declare const NewAreaSelection: ({ boundingRect }: NewAreaSelectionProps) => JSX.Element;