UNPKG

mframejs

Version:
14 lines (13 loc) 522 B
import { IBindingContext } from '../../interface/exported'; export declare class ClassArrayObserverCreator { private static classRef; private static keyParts; private static keyNo; private static keyBlock; static create(_class: IBindingContext, observerKey: string, caller: any): void; static remove(_class: IBindingContext, observerKey: string, caller: any): void; private static clear; private static nextKey; private static processKeys; private static removeKeys; }