UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 320 B
import { AnySupport } from '../index.js'; import { painter } from '../render/paint.function.js'; import { ContextItem } from '../tag/index.js'; export declare function processElementVarFunction(item: any, element: HTMLElement | Text, parentContext: ContextItem, ownerSupport: AnySupport, paintBy: painter): ContextItem;