UNPKG

react-pdf-ner-annotator

Version:

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

8 lines (7 loc) 257 B
/// <reference types="react" /> interface Props { showInput: boolean; setShowInput: (showInput: boolean) => void; } declare const AreaAnnotationToggle: ({ showInput, setShowInput }: Props) => JSX.Element; export default AreaAnnotationToggle;