UNPKG

@flexis/favicons

Version:

A tool for generating icons for the modern web.

8 lines 317 B
import { IHtmlHeader } from './types'; /** * Get HTML-markup from objects. * @param header - Object or array of objects with header info. * @returns HTML-markup. */ export declare function getHtmlHeadersMarkup(header: IHtmlHeader | IHtmlHeader[]): string; //# sourceMappingURL=getHtmlHeadersMarkup.d.ts.map