Module Incr_dom_widgets__Util.Margin
type t = {top : float; |
left : float; |
bottom : float; |
right : float; |
}include sig ... end
val compare : t ‑> t ‑> intval create : ?top:float ‑> ?left:float ‑> ?bottom:float ‑> ?right:float ‑> unit ‑> tval adjust : ?top:float ‑> ?left:float ‑> ?bottom:float ‑> ?right:float ‑> t ‑> t