Module SpeechRate.Value

type value = [
| `fast
| `faster
| `medium
| `slow
| `slower
| `x_fast
| `x_slow
]
type t = [
| Css_Value.Global.t
| value
| `rate of float
]
val show : t -> string