UNPKG

pdf-annotator-react

Version:
5 lines (4 loc) 222 B
import { PdfAnnotator, getAnnotationsJSON } from './components/PdfAnnotator'; import type { PdfAnnotatorRef } from './components/PdfAnnotator'; export { PdfAnnotator, getAnnotationsJSON }; export type { PdfAnnotatorRef };