UNPKG

taggedjs

Version:

tagged template reactive html

4 lines (3 loc) 190 B
import { ParsedHtml } from '../interpolations/index.js'; /** Converts strings & values into dom meta */ export declare function getDomMeta(strings: string[], values: unknown[]): ParsedHtml;