Module EmptyCells.Value

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