UNPKG

pdf-annotator-react

Version:
7 lines (6 loc) 183 B
import React from 'react'; /** * Simple PDF Annotator example with pins and other annotation types */ declare const SimplePdfAnnotator: React.FC; export default SimplePdfAnnotator;