UNPKG

taggedjs

Version:

tagged template reactive html

6 lines (5 loc) 353 B
import type { Tag } from '../Tag.type.js'; import { ContextItem } from '../ContextItem.type.js'; import { AnySupport } from '../AnySupport.type.js'; import { TemplateValue } from '../TemplateValue.type.js'; export declare function handleStillTag(oldSupport: AnySupport, subject: ContextItem, value: Tag | TemplateValue, ownerSupport: AnySupport): void;