taggedjs
Version:
tagged template reactive html
6 lines (5 loc) • 363 B
TypeScript
import { AnySupport } from '../index.js';
import { ContextItem } from '../tag/index.js';
import { ElementFunction } from './ElementFunction.type.js';
/** The first and recursive processor for elements */
export declare function processElementVar(value: ElementFunction, context: ContextItem, ownerSupport: AnySupport, _addedContexts: ContextItem[]): HTMLElement;