react-pdf icon indicating copy to clipboard operation
react-pdf copied to clipboard

Missing types of Page component.

Open chathu-novade opened this issue 2 years ago • 0 comments

Describe the bug There are some supported properties of Page is missing in types.

To Reproduce

  1. Install the dependancies including @react-pdf/types.
  2. Try to create a Document with Page props dpi and bookmark.

Expected behaviour In Typescript project I should be able to use dpi and bookmark prop on Page component.

Desktop (please complete the following information):

  • OS: [ MacOS]
  • React-pdf version
  • "@react-pdf/renderer": "2.3.0",
  • "@react-pdf/types": "^2.1.0",

chathu-novade avatar Aug 02 '22 11:08 chathu-novade