package box

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type position =
  1. | Left
  2. | Center
  3. | Right
val render : ?align:position -> ?float:position -> ?padding:Padding.t -> ?margin:Margin.t -> ?border:Border.t -> string -> string
module Border : sig ... end
module Padding : sig ... end
module Margin : sig ... end