Module UserSelect.Value

type value = [
| `all
| `auto
| `contain
| `none
| `text
]
type t = [
| Css_Value.Global.t
| value
]
val show : t -> string