taggedjs
Version:
tagged template reactive html
5 lines (4 loc) • 332 B
TypeScript
import { ContextItem } from '../ContextItem.type.js';
import { AnySupport, TagJsComponent } from '../index.js';
import { TemplateValue } from '../TemplateValue.type.js';
export declare function handleStillTag(oldSupport: AnySupport, subject: ContextItem, value: TagJsComponent<any> | TemplateValue, ownerSupport: AnySupport): void;