UNPKG

react-pdf-ner-annotator

Version:

A React component to annotate named entities directly onto a PDF.

3 lines (2 loc) 184 B
import { ForwardRefExoticComponent, RefAttributes } from 'react'; export declare type AnnotatorHandle<T> = T extends ForwardRefExoticComponent<RefAttributes<infer T2>> ? T2 : never;