types: add setAnimationEnabled to TabViewPager (#8846)

This commit is contained in:
Martin Guillon
2020-09-12 18:31:13 +02:00
committed by GitHub
parent 86395da5f7
commit f73dfb4e55

View File

@ -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 @@
}
}
}
}
}