mframejs
Version:
simple framework
5 lines (4 loc) • 410 B
TypeScript
import { PropertyObserverHandler } from './property/propertyObserverHandler';
import { IBindingContext } from '../interface/exported';
export declare function createBindingExpression(expression: string, _class: IBindingContext, setterClass: PropertyObserverHandler): void;
export declare function removeBindingExpression(text: string, _class: IBindingContext, handlerClass: PropertyObserverHandler): void;