@web-atoms/core-docs
Version:
10 lines • 371 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 InheritedProperty(target: any, key: string): any;
//# sourceMappingURL=InheritedProperty.d.ts.map