UNPKG

@hmlr/govuk-react-components-library

Version:

These are common component use for React applications based on GDS and govuk-frontend

3 lines (2 loc) 213 B
import { PDFJsProps } from "./PDFViewer.types"; export declare const PDFViewerBackend: ({ iframeId, source, viewerLocation, documentName, documentNameColour, toolbar, element, ...remaining }: PDFJsProps) => void;