UNPKG

taggedjs

Version:

tagged template reactive html

6 lines (5 loc) 411 B
import { AnySupport } from '../../tag/AnySupport.type.js'; import { ContextItem } from '../../tag/ContextItem.type.js'; import { TemplateValue } from '../../tag/TemplateValue.type.js'; import { TagCounts } from '../../tag/TagCounts.type.js'; export declare function processUpdateAttrContext(value: TemplateValue, ownerSupport: AnySupport, contextItem: ContextItem, _counts: TagCounts, values: unknown[]): void;