Module UnicodeBidi.Value

type value = [
| `bidi_override
| `embed
| `normal
]
type t = [
| Css_Value.Global.t
| value
]
val show : t -> string