Skip to content

Commit 9776253

Browse files
committed
chore: update lib folder
1 parent 93182a5 commit 9776253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typescript/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface PagerViewProps {
5151
* - idle, meaning there is no interaction with the page scroller happening at the time
5252
* - dragging, meaning there is currently an interaction with the page scroller
5353
* - settling, meaning that there was an interaction with the page scroller, and the
54-
* page scroller is now finishing it's closing or opening animation
54+
* page scroller is now finishing its closing or opening animation
5555
*/
5656
onPageScrollStateChanged?: (event: PageScrollStateChangedNativeEvent) => void;
5757
/**

0 commit comments

Comments
 (0)