UNPKG

taggedjs

Version:

tagged template reactive html

4 lines (3 loc) 271 B
import { ValuePos } from "./LikeObjectElement.type.js"; import { ParsedHtml, UnparsedHtml } from "./types.js"; export declare function replacePlaceholders(dom: UnparsedHtml, valueCount: number, valuePositions?: ValuePos[], currentTail?: (string | number)[]): ParsedHtml;