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
/
types.d.ts
4 lines
(3 loc)
•
65 B
TypeScript
View Raw
1
2
3
4
export
declare
type
DocumentOptions
= {
margins
?:
any
; };