chore: typing cleanup

This commit is contained in:
Nathan Walker
2021-02-25 14:28:42 -08:00
parent 1cd6854370
commit a67fb69687
13 changed files with 217 additions and 210 deletions

View File

@@ -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;
/**