UNPKG
html-to-docx-typescript
Version:
latest (1.3.2)
1.3.2
HTML to DOCX converter
github.com/privateOmega/html-to-docx
privateOmega/html-to-docx
html-to-docx-typescript
/
dist
/
html-to-docx.d.ts
4 lines
(3 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
import
JSZip
from
'jszip'
;
declare
function
addFilesToContainer
(
zip
:
JSZip
,
htmlString
:
string
,
suppliedDocumentOptions
:
any
,
headerHTMLString
:
string
,
footerHTMLString
:
string
):
JSZip
;
export
default
addFilesToContainer;