UNPKG

react-pdf-ner-annotator

Version:

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

8 lines (7 loc) 243 B
/// <reference types="react" /> import { Config } from '../interfaces/config'; interface ConfigContextProps { config: Config; } declare const ConfigContext: import("react").Context<ConfigContextProps>; export default ConfigContext;