Module CaptionSide.Value

type t = [
| `bottom
| `inherit_
| `initial
| `top
| `unset
]
val show : t -> string