Module Visibility.Value

type value = [
| `collapse
| `hidden
| `visible
]
type t = [
| Css_Value.Global.t
| value
]
val show : t -> string