mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +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);
|
||||
|
||||
setSwipePageEnabled(enabled: boolean): void;
|
||||
setAnimationEnabled(enabled: boolean): void;
|
||||
}
|
||||
|
||||
export class TabItemSpec {
|
||||
@ -619,4 +620,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user