import type { DocumentProps } from 'react-pdf'; export type PDFDocumentProps = DocumentProps & { setContainerWidth: (width: number) => void; isLoading: boolean; isViewerLite?: boolean; enabledZoom: boolean; };