@web-atoms/core
Version:
11 lines • 451 B
TypeScript
export declare function getOwnInheritedProperty(target: any, key: string): any;
/**
* 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 InheritedProperty(target: any, key: string): any;
//# sourceMappingURL=InheritedProperty.d.ts.map