package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | None.t
  2. | `increment of string * int
  3. | Var.t
  4. | Cascading.t
]
val increment : ?value:int -> 'a -> [> `increment of 'a * int ]
val toString : [< `increment of string * int | `inherit_ | `initial | `none | `revert | `revertLayer | `unset | `var of string | `varDefault of string * string ] -> string
OCaml

Innovation. Community. Security.