val makeProps :
?gap:'gap ->
?align:'align ->
?justify:'justify ->
?fullHeight:'fullHeight ->
children:'children ->
?key:string ->
unit ->
< gap : 'gap option
; align : 'align option
; justify : 'justify option
; fullHeight : 'fullHeight option
; children : 'children >
Js.t
val make :
< align : [< `center | `end_ | `start start ] option
; children : React.element
; fullHeight : bool option
; gap : int option
; justify :
[< `around | `between | `center | `end_ | `evenly | `start around ]
option >
Js.t ->
React.element