UNPKG

html-docx-ts

Version:

Convert HTML documents to docx format with header and footer.

5 lines (4 loc) 269 B
import { DocumentConfig } from './internal'; export declare function getMHTdocument(htmlSource: string): string; export declare function getHeader(config: Partial<DocumentConfig>): string; export declare function getFooter(config: Partial<DocumentConfig>): string;