Module SpeakNumeral.Value

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