UNPKG

honkit

Version:

HonKit is building beautiful books using Markdown.

10 lines (9 loc) 248 B
/** Generate PDF header/footer templates @param {Output} output @param {string} type @return {string} */ declare function getPDFTemplate(output: any, type: any): any; export default getPDFTemplate; //# sourceMappingURL=getPDFTemplate.d.ts.map