package matcha

  1. Overview
  2. Docs

Module Element.Box

type props = {
  1. children : t;
  2. width : int;
  3. height : int;
  4. padding : int option;
}
val make : props -> t
val createElement : props -> t