UNPKG

taggedjs

Version:

tagged template reactive html

6 lines (5 loc) 405 B
import { SupportContextItem, AnySupport } from '../../index.js'; import { ReadOnlyVar } from '../../TagJsTags/TagJsTag.type.js'; import { ContextItem } from '../ContextItem.type.js'; /** Used when a tag() does not return html`` */ export declare function getOverrideTagVar(context: ContextItem & SupportContextItem, newContext: ContextItem, support: AnySupport, subject: SupportContextItem): ReadOnlyVar;