UNPKG

html-docx-ts

Version:

Convert HTML documents to docx format with header and footer.

8 lines (7 loc) 239 B
export declare const defaultConfig: { leftStr: string; centerStr: string; rightStr: string; }; export declare type Config = typeof defaultConfig; export declare const headerTemplate: (config: Partial<Config>) => string;