mframejs
Version:
simple framework
12 lines (11 loc) • 351 B
TypeScript
import { IAttribute, IBindingContext } from '../interface/exported';
export declare class ModelAttribute implements IAttribute {
$element: HTMLInputElement;
$attribute: Attr;
$bindingContext: IBindingContext;
private value;
private subscribeInternal;
private expression;
created(): void;
detached(): void;
}