UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 311 B
import { AnySupport } from '../index.js'; import { ContextItem } from '../tag/ContextItem.type.js'; export declare function processDesignElementUpdate(value: any, context: ContextItem, ownerSupport: AnySupport): void; export declare function checkTagElementValueChange(value: any, context: ContextItem): 0 | 1;