taggedjs
Version:
tagged template reactive html
5 lines (4 loc) • 323 B
TypeScript
import { ContextItem, AnySupport } from '../..';
import { TagJsVar } from '../../tagJsVars/tagJsVar.type';
import type { TagCounts } from '../TagCounts.type';
export declare function processUpdateSubscribe(newValue: unknown, tagJsVar: TagJsVar, contextItem: ContextItem, ownerSupport: AnySupport, counts: TagCounts): void;