Module TextAlign.Value

type value = [
| `center
| `justify
| `left
| `right
]
type t = [
| Css_Value.Global.t
| value
]
val show : t -> string