UNPKG

taggedjs

Version:

tagged template reactive html

8 lines (7 loc) 517 B
import { SupportContextItem } from '../SupportContextItem.type.js'; import { AnySupport } from '../index.js'; import { TemplateValue } from '../TemplateValue.type.js'; import { ContextItem } from '../ContextItem.type.js'; /** Checks if value has changed before updating. Used for all tag value updates. Determines if value changed since last render */ export declare function tagValueUpdateHandler(newValue: TemplateValue, // newValue contextItem: ContextItem | SupportContextItem, ownerSupport: AnySupport): number;