UNPKG

react-pdf-selection

Version:

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

7 lines (6 loc) 306 B
/// <reference types="react" /> import { AreaSelectionWithCSSProperties } from "../types"; export declare type AreaSelectionProps<D extends object = {}> = { areaSelection: AreaSelectionWithCSSProperties<D>; }; export declare const AreaSelection: ({ areaSelection }: AreaSelectionProps) => JSX.Element;