Andreas Pazureck

Results 41 comments of Andreas Pazureck

Hi, I read the documentation and this is my first draft for some more descriptive typings: ```ts declare module 'html2pdf.js' { export default html2pdf; } declare function html2pdf(): Html2PdfWorkerRoot; declare...