package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a value = string
type box
type text
type 'a t = [
  1. | `shadow of 'a value
  2. | None.t
  3. | Var.t
  4. | Cascading.t
]
val box : ?x:Length.t -> ?y:Length.t -> ?blur:Length.t -> ?spread:Length.t -> ?inset:bool -> Color.t -> box t
val text : ?x:Length.t -> ?y:Length.t -> ?blur:Length.t -> Color.t -> text t
val toString : [< `inherit_ | `initial | `none | `revert | `revertLayer | `shadow of string | `unset | `var of string | `varDefault of string * string ] -> string
OCaml

Innovation. Community. Security.