Module AnimationIterationCount.Value

type t = [
| Css_Value.Global.t
| `infinite
| `repeat of int
]
val show : t -> string