UNPKG

mframejs

Version:
4 lines (3 loc) 333 B
import { IControllerArray, IBindingContext } from '../interface/exported'; import { ViewController } from './viewController'; export declare function addAttribute(htmlNode: HTMLElement, bindingContext: IBindingContext, attributeName: string, value: string, viewController: ViewController, autoAttach?: boolean): IControllerArray;