@@ -10,11 +10,11 @@ module type ScrollViewComponent = {
1010 (
1111 ~accessibilityLabel : ReasonReact . reactElement =?, 
1212 ~accessible : bool =?, 
13-  ~hitSlop : TypesRN . insets =?, 
13+  ~hitSlop : Types . insets =?, 
1414 ~onAccessibilityTap : unit  => unit =?, 
1515 ~onLayout : RNEvent . NativeLayoutEvent . t  => unit =?, 
1616 ~onMagicTap : unit  => unit =?, 
17-  ~responderHandlers : Props . touchResponderHandlers =?, 
17+  ~responderHandlers : Types . touchResponderHandlers =?, 
1818 ~pointerEvents : [  |  ` auto  |  ` none  |  ` boxNone  |  ` boxOnly ] =?, 
1919 ~removeClippedSubviews : bool =?, 
2020 ~style : Style . t =?, 
@@ -76,7 +76,7 @@ module type ScrollViewComponent = {
7676 ~bounces : bool =?, 
7777 ~canCancelContentTouches : bool =?, 
7878 ~centerContent : bool =?, 
79-  ~contentInset : TypesRN . insets =?, 
79+  ~contentInset : Types . insets =?, 
8080 ~contentOffset : point =?, 
8181 ~decelerationRate : [  |  ` fast  |  ` normal ] =?, 
8282 ~directionalLockEnabled : bool =?, 
@@ -85,7 +85,7 @@ module type ScrollViewComponent = {
8585 ~minimumZoomScale : float =?, 
8686 ~onScrollAnimationEnd : unit  => unit =?, 
8787 ~scrollEventThrottle : int =?, 
88-  ~scrollIndicatorInsets : TypesRN . insets =?, 
88+  ~scrollIndicatorInsets : Types . insets =?, 
8989 ~scrollsToTop : bool =?, 
9090 ~snapToAlignment : [  |  ` center  |  ` start  |  ` end_ ] =?, 
9191 ~zoomScale : float =?, 
0 commit comments