mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Add missing globalAndroid import (#6080)
This commit is contained in:

committed by
Martin Yankov

parent
8813e9bc57
commit
20e1d78f7d
@ -13,3 +13,5 @@ interface ArrayConstructor {
|
||||
}
|
||||
|
||||
declare module native { export class Array<T> { constructor(); length: number; [index: number]: T; } }
|
||||
|
||||
import globalAndroid = android;
|
||||
|
Reference in New Issue
Block a user