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

10 lines (9 loc) 299 B
import React from "react"; declare const _default: (props: { scriptViewerLoaded?: boolean | undefined; id?: string | undefined; className?: string | undefined; title?: string | undefined; style?: React.CSSProperties | undefined; }) => React.JSX.Element; export default _default;