taggedjs
Version:
tagged template reactive html
6 lines (5 loc) • 433 B
TypeScript
import { SupportContextItem } from '../SupportContextItem.type.js';
import { ContextItem } from '../ContextItem.type.js';
import { TagCounts, TemplateValue } from '../index.js';
import { AnySupport } from '../AnySupport.type.js';
export declare function updateToDiffValue(newValue: TemplateValue, contextItem: ContextItem | SupportContextItem, ownerSupport: AnySupport, ignoreOrDestroyed: number | boolean, counts: TagCounts): void;