Module Direction.Value

type t = [
| Css_Value.Global.t
| `rtl
| `ltr
]
val show : t -> string