UNPKG
html2pdf-ts
Version:
latest (1.2.23)
1.2.23
1.2.22
1.2.21
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.32
1.0.31
1.0.3
1.0.2
1.0.1
1.0.0
Convert HTML to PDF.
github.com/vitorric/html2pdf
vitorric/html2pdf
html2pdf-ts
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
import
HTML2PDF
from
'./html2pdf'
;
export
{
HTML2PDFOptions
}
from
'./types'
;
export
declare
const
html2pdf
:
HTML2PDF
;