UNPKG

react-pdf-ner-annotator

Version:

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

4 lines (3 loc) 279 B
import { Annotation } from '../interfaces/annotation'; declare const useAnnotationUpdater: (actionHash: string, annotations: Array<Annotation>, readonly: boolean, updateAnnotationsParent: (annotations: Array<Annotation>) => void) => void; export default useAnnotationUpdater;