package styled-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Css_AtomicTypes.AnimationPlayState

type t = [
  1. | `paused
  2. | `running
]
val toString : t -> string