mframejs
Version:
simple framework
14 lines (13 loc) • 382 B
TypeScript
import { IAttribute, IBindingContext } from '../interface/exported';
export declare class MiscAttributes implements IAttribute {
$element: HTMLElement;
$attribute: Attr;
$bindingContext: IBindingContext;
private subscribeInternal;
private value;
private init;
private name;
created(): void;
detached(): void;
attached(): void;
}