wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
8.97k stars 861 forks source link

`options` prop's type resolved as any #1835

Open oceandrama opened 1 week ago

oceandrama commented 1 week ago

Before you start - checklist

Description

image

Steps to reproduce

-

Expected behavior

Type resolved correctly

Actual behavior

Type resolved as any

Additional information

No response

Environment

wojtekmaj commented 1 week ago

Works for me. Temporary TS server quirk? Corrupted npm install?

image