mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
view property added and implemented for android
This commit is contained in:
2
ui/core/view.d.ts
vendored
2
ui/core/view.d.ts
vendored
@@ -2,4 +2,6 @@
|
||||
|
||||
export declare class View extends proxy.ProxyObject {
|
||||
addToParent: (parent: any) => void;
|
||||
android: any;
|
||||
ios: any;
|
||||
}
|
||||
Reference in New Issue
Block a user