UNPKG

taggedjs

Version:

tagged template reactive html

9 lines (8 loc) 526 B
import type { TagCounts } from '../../tag/TagCounts.type.js'; import { ContextItem } from '../ContextItem.type.js'; import { AnySupport } from '../AnySupport.type.js'; import { TemplateValue } from '../TemplateValue.type.js'; import { Tag } from '../Tag.type.js'; export declare function processFirstSubjectValue(value: TemplateValue | Tag, contextItem: ContextItem, // could be tag via result.tag ownerSupport: AnySupport, // owningSupport counts: TagCounts, appendTo?: Element, insertBefore?: Text): AnySupport | undefined;