UNPKG

mframejs

Version:
14 lines (13 loc) 382 B
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; }