@web-atoms/core
Version:
10 lines • 369 B
TypeScript
/**
* Use this decorator only to watch property changes in `onPropertyChanged` method.
* This decorator also makes enumerable property.
*
* Do not use this on anything except UI control
* @param target control
* @param key name of property
*/
export declare function BindableProperty(target: any, key: string): any;
//# sourceMappingURL=BindableProperty.d.ts.map