let make : ?animating:bool => ?color:string => ?indeterminate:bool => ?progress:float => ?styleAttr:[ `Horizontal | `Inverse | `Large | `LargeInverse | `Normal | `Small | `SmallInverse ] => ?accessibilityLabel:ReasonReact.reactElement => ?accessible:bool => ?hitSlop:Types.insets => ?onAccessibilityTap:(unit => unit) => ?onLayout:(RNEvent.NativeLayoutEvent.t => unit) => ?onMagicTap:(unit => unit) => ?responderHandlers:Types.touchResponderHandlers => ?pointerEvents:[ `auto | `none | `boxNone | `boxOnly ] => ?removeClippedSubviews:bool => ?style:Style.t => ?testID:string => ?accessibilityComponentType:[ `none | `button | `radiobutton_checked | `radiobutton_unchecked ] => ?accessibilityLiveRegion:[ `none | `polite | `assertive ] => ?collapsable:bool => ?importantForAccessibility:[ `auto | `yes | `no | `noHideDescendants ] => ?needsOffscreenAlphaCompositing:bool => ?renderToHardwareTextureAndroid:bool => ?accessibilityTraits:list([ `none | `button | `link | `header | `search | `image | `selected | `plays | `key | `text | `summary | `disabled | `frequentUpdates | `startsMedia | `adjustable | `allowsDirectInteraction | `pageTurn ]) => ?accessibilityViewIsModal:bool => ?shouldRasterizeIOS:bool => array(ReasonReact.reactElement) => ReasonReact.component(ReasonReact.stateless, ReasonReact.noRetainedProps, ReasonReact.actionless);