UNPKG

taggedjs

Version:

tagged template reactive html

7 lines (6 loc) 391 B
import { ContextItem } from '../../tag/ContextItem.type.js'; import { AnySupport } from '../../tag/index.js'; import { TemplateValue } from '../../tag/TemplateValue.type.js'; export declare function processRenderOnceInit(value: TemplateValue, contextItem: ContextItem, // could be tag via result.tag ownerSupport: AnySupport, // owningSupport insertBefore?: Text, appendTo?: Element): void;