mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 14:20:22 +08:00
types: add setAnimationEnabled to TabViewPager (#8846)
This commit is contained in:
@ -460,6 +460,7 @@
|
|||||||
constructor(context: android.content.Context, attrs: android.util.AttributeSet);
|
constructor(context: android.content.Context, attrs: android.util.AttributeSet);
|
||||||
|
|
||||||
setSwipePageEnabled(enabled: boolean): void;
|
setSwipePageEnabled(enabled: boolean): void;
|
||||||
|
setAnimationEnabled(enabled: boolean): void;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class TabItemSpec {
|
export class TabItemSpec {
|
||||||
|
Reference in New Issue
Block a user