UNPKG

@canalplus/readme.doc

Version:

Readme's an Extremely Accessible Documentation MakEr

12 lines (11 loc) 523 B
import type { LogoInformation, ParsedDocConfig } from "./parse_doc_configs.js"; /** * Construct HTML element, as a string, which corresponds to the header for * the chosen documentation page. * @param {Object} config * @param {number} currentLinkIdx * @param {string} currentPath * @param {object} logoInfo * @returns {string} */ export default function generateHeaderHtml(config: ParsedDocConfig, currentLinkIdx: number, currentPath: string, logoInfo: LogoInformation | null, version: string | undefined): string;