UNPKG

taggedjs

Version:

tagged template reactive html

4 lines (3 loc) 259 B
import { SpecialDefinition } from "../../render/attributes/Special.types.js"; /** handles autofocus, autoselect, style., class. */ export declare function specialAttribute(name: string, value: any, element: HTMLElement, specialName: SpecialDefinition): void;