UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 300 B
import { ContextItem } from './index.js'; /** When return > 0 then its the same tag */ export declare function checkTagValueChange(newValue: unknown, contextItem: ContextItem): number; export declare function checkTagValueChangeAndUpdate(newValue: unknown, contextItem: ContextItem): 0 | 7 | 8 | 88;