UNPKG

mframejs

Version:
12 lines (11 loc) 351 B
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; }