Module Speak.Value

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