package styled-ppx

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

Module Css_types.Animation

module Value : sig ... end
type t = [
  1. | Value.t
  2. | Var.t
  3. | Cascading.t
]
val toString : [< `inherit_ | `initial | `revert | `revertLayer | `unset | `value of Value.value | `var of string | `varDefault of string * string ] -> string