diff --git a/index.d.ts b/index.d.ts index 075ae3dc..65f7c63d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -21,6 +21,7 @@ declare module 'rn-viewpager' { indicator: React.ReactNode; pagerStyle?: ViewProperties['style']; autoPlayEnable?: boolean; + bounces?: boolean; autoPlayInterval?: boolean; horizontalScroll?: boolean;