mframejs
Version:
simple framework
4 lines (3 loc) • 333 B
TypeScript
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;