UNPKG

@orca-fe/pdf-viewer

Version:
6 lines (5 loc) 301 B
import type { ToolbarPortalProps } from '../../ToolbarPortal'; export interface PdfOpenFileButtonPluginProps extends ToolbarPortalProps { } declare const PDFOpenFileButtonPlugin: (props: PdfOpenFileButtonPluginProps) => import("react/jsx-runtime").JSX.Element; export default PDFOpenFileButtonPlugin;