Skip to content

Commit

Permalink
Remove unused prop from PageProps
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed May 24, 2023
1 parent b93298b commit b192924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ export type PageProps = {
pdf?: PDFDocumentProxy | false;
renderAnnotationLayer?: boolean;
renderForms?: boolean;
renderInteractiveForms?: boolean;
renderMode?: RenderMode;
renderTextLayer?: boolean;
rotate?: number | null;
Expand Down

0 comments on commit b192924

Please sign in to comment.