mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Pull the Owned android helper interface to utils/utils.
In a @private block.
This commit is contained in:
9
utils/utils.d.ts
vendored
9
utils/utils.d.ts
vendored
@@ -3,6 +3,15 @@
|
||||
|
||||
export var RESOURCE_PREFIX: string;
|
||||
|
||||
//@private
|
||||
/**
|
||||
* Used by various android event listener implementations
|
||||
*/
|
||||
interface Owned {
|
||||
owner: any;
|
||||
}
|
||||
//@endprivate
|
||||
|
||||
/**
|
||||
* Utility module related to layout.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user