UNPKG

react-pdf-ner-annotator

Version:

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

9 lines (8 loc) 283 B
import React from 'react'; import { Annotation } from '../../interfaces/annotation'; interface Props { token: string; annotation: Annotation; } declare const _default: React.MemoExoticComponent<({ token, annotation }: Props) => JSX.Element>; export default _default;