react-to-pdf
react-to-pdf copied to clipboard
Fixed type definition for the toPDF method
The toPDF method in reality exports a promise from the jsPDF lib. The typing was misleading for whom-ever wants to set up a loader or some UI feedback while the process is going.
Fixed the type definition for toPDF method.