mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: typing cleanup
This commit is contained in:
2
packages/core/ui/core/view/index.d.ts
vendored
2
packages/core/ui/core/view/index.d.ts
vendored
@@ -150,11 +150,13 @@ export abstract class View extends ViewBase {
|
||||
/**
|
||||
* Gets the android-specific native instance that lies behind this proxy. Will be available if running on an Android platform.
|
||||
*/
|
||||
// @ts-ignore
|
||||
public android: any;
|
||||
|
||||
/**
|
||||
* Gets the ios-specific native instance that lies behind this proxy. Will be available if running on an iOS platform.
|
||||
*/
|
||||
// @ts-ignore
|
||||
public ios: any;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user