mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +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 {
|
||||||
@@ -619,4 +620,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user