Module Row

val makeProps : ?gap:'gap -> ?align:Theme.align -> ?justify:Theme.justify -> ?fullHeight:'fullHeight -> ?fullWidth:'fullWidth -> children:'children -> ?key:string -> unit -> < gap : 'gap option ; align : Theme.align option ; justify : Theme.justify option ; fullHeight : 'fullHeight option ; fullWidth : 'fullWidth option ; children : 'children > Js.t
val make : < align : Theme.align option ; children : React.element ; fullHeight : bool option ; fullWidth : bool option ; gap : int option ; justify : Theme.justify option > Js.t -> React.element