Skip to content

Commit

Permalink
Updated type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gius committed Jun 14, 2024
1 parent 86c6084 commit 2e2b741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/renderer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ declare namespace ReactPDF {
creationDate?: Date;
modificationDate?: Date;
pdfVersion?: PDFVersion;
subset?: 'PDF/A-1' | 'PDF/A-1a' | 'PDF/A-1b' | 'PDF/A-2' | 'PDF/A-2a' | 'PDF/A-2b' | 'PDF/A-3' | 'PDF/A-3a' | 'PDF/A-3b' | 'PDF/UA';
tagged?: boolean;
pageMode?: PageMode;
pageLayout?: PageLayout;
onRender?: (props: OnRenderProps) => any;
Expand Down

0 comments on commit 2e2b741

Please sign in to comment.