UNPKG

taggedjs

Version:

tagged template reactive html

4 lines (3 loc) 138 B
import { ParsedHtml } from "./types.js"; /** Main start of string parsing */ export declare function parseHTML(html: string): ParsedHtml;