mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 23:13:04 +08:00
fix tab-view, segmented-bar, action-bar, all ViewBases (#3340)
This commit is contained in:
2
tns-core-modules/ui/definitions.d.ts
vendored
2
tns-core-modules/ui/definitions.d.ts
vendored
@ -103,7 +103,7 @@ declare module "ui/core/view-base" {
|
||||
public _removeView(view: ViewBase): void;
|
||||
public _parentChanged(oldParent: ViewBase): void;
|
||||
|
||||
_childrenCount: number;
|
||||
_domId: number;
|
||||
|
||||
_cssState: any /* "ui/styling/style-scope" */;
|
||||
_setCssState(next: any /* "ui/styling/style-scope" */);
|
||||
|
Reference in New Issue
Block a user