UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 287 B
import { AnySupport } from '../index.js'; import { TemplateValue } from '../TemplateValue.type.js'; import { ContextItem } from '../ContextItem.type.js'; export declare function checkStillSubscription(newValue: TemplateValue, contextItem: ContextItem, ownerSupport: AnySupport): 0 | 99;