any
Property 'autoTable' does not exist on type 'jsPDF'.
I have seen a couple of solutions to address this, but I want a proper solution not like declare var jsPDF: any; hack. Thanks.!
If you are using typescript you can take a look at the typescript example
This issue has been automatically closed since the issues in this project are mainly used for bugs and feature requests. Questions are directed to stackoverflow.
Most helpful comment
If you are using typescript you can take a look at the typescript example