UNPKG

@hmlr/govuk-react-components-library

Version:

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

9 lines (8 loc) 193 B
export interface PDFViewerCanvasProps { src: string; className?: string; documentName?: string; pageNumber?: number; showNavigation?: boolean; [key: string]: unknown; }