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

Fixed type definition for the toPDF method

Open franciscofsales opened this issue 9 months ago • 0 comments

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.

franciscofsales avatar May 22 '24 15:05 franciscofsales