UNPKG

taggedjs

Version:

tagged template reactive html

6 lines (5 loc) 380 B
import { AnySupport } from "../../tag/AnySupport.type.js"; import { ContextItem } from "../../tag/ContextItem.type.js"; import { TagCounts } from "../../tag/index.js"; export declare function domProcessContextItem(value: any, support: AnySupport, contextItem: ContextItem, counts: TagCounts, // used for animation stagger computing appendTo?: Element, insertBefore?: Text): void;