mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): TypeScript 4 + cleanup (#8967)
This commit is contained in:
@@ -15,6 +15,7 @@ export class ImageAsset extends ImageAssetBase {
|
||||
this.android = fileName;
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
get android(): string {
|
||||
return this._android;
|
||||
}
|
||||
|
||||
@@ -21,6 +21,7 @@ export class ImageAsset extends ImageAssetBase {
|
||||
}
|
||||
}
|
||||
|
||||
// @ts-ignore
|
||||
get ios(): PHAsset {
|
||||
return this._ios;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user