package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type twoValue = [
  1. | `repeat
  2. | `space
  3. | `round
  4. | `noRepeat
]
type t = [
  1. | `repeatX
  2. | `repeatY
  3. | twoValue
  4. | Var.t
  5. | Cascading.t
]
type horizontal = twoValue
type vertical = twoValue
val toString : [< `hv of 'a * 'a | `inherit_ | `initial | `noRepeat | `repeat | `repeatX | `repeatY | `revert | `revertLayer | `round | `space | `unset | `var of string | `varDefault of string * string ] as 'a -> string
val hv_to_string : [< `hv of 'a * 'a | `inherit_ | `initial | `noRepeat | `repeat | `repeatX | `repeatY | `revert | `revertLayer | `round | `space | `unset | `var of string | `varDefault of string * string ] as 'a -> 'a -> string
OCaml

Innovation. Community. Security.