Module Spacer

val unsafeWhenNotZero : string -> int -> string list
val makeProps : ?children:'children -> ?top:'top -> ?left:'left -> ?right:'right -> ?bottom:'bottom -> ?all:'all -> ?key:string -> unit -> < children : 'children option ; top : 'top option ; left : 'left option ; right : 'right option ; bottom : 'bottom option ; all : 'all option > Js.t
val make : < all : int option ; bottom : int option ; children : React.element option ; left : int option ; right : int option ; top : int option > Js.t -> React.element