taggedjs
Version:
tagged template reactive html
7 lines (6 loc) • 581 B
TypeScript
import { AnySupport } from '../../tag/index.js';
import { ContextItem } from '../../tag/ContextItem.type.js';
import { TagVarIdNum } from './getTagJsVar.function.js';
import { TagJsVar } from '../../tagJsVars/tagJsVar.type.js';
import { AttributeContextItem } from '../../tag/AttributeContextItem.type.js';
export declare function processTagJsVarAttribute(value: string | TagVarIdNum | null | undefined, contexts: ContextItem[], parentContext: ContextItem, tagJsVar: TagJsVar, varIndex: number, support: AnySupport, element: HTMLElement, isNameVar: boolean): AttributeContextItem;