UNPKG

react-adobe-embed

Version:

React Adobe Embed Custom Component for Adobe PDF Embed API allows you to embed a PDF viewer in your web applications with only a few lines of code. With options for controlling how a PDF appears and functions, your applications can deliver the rich and co

7 lines (6 loc) 139 B
import ReactViewAdobe from './index'; declare global { interface Window { ReactViewAdobe: typeof ReactViewAdobe; } }