UNPKG

taggedjs

Version:

tagged template reactive html

8 lines (7 loc) 538 B
import { AnySupport } from "../index.js"; import { HowToSet } from "../interpolations/attributes/howToSetInputValue.function.js"; import { AttributeContextItem } from "../tag/AttributeContextItem.type.js"; import { TagJsVar } from "./tagJsVar.type.js"; /** init runner */ export declare function processSimpleAttribute(name: string, value: any, // TemplateValue | StringTag | SubscribeValue | SignalObject, element: HTMLElement, tagJsVar: TagJsVar, contextItem: AttributeContextItem, _ownerSupport: AnySupport, howToSet: HowToSet): void;