UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 336 B
import { ContextItem } from '../ContextItem.type.js'; import { AnySupport } from '../index.js'; import { TagJsTag } from '../../TagJsTags/TagJsTag.type.js'; export declare function processTagInit(value: TagJsTag<any>, contextItem: ContextItem, ownerSupport: AnySupport, insertBefore?: Text, appendTo?: Element | undefined): AnySupport;