package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module FilledOrOpen : sig ... end
module Shape : sig ... end
type t = [
  1. | None.t
  2. | FilledOrOpen.t
  3. | Shape.t
  4. | `string of string
  5. | Var.t
  6. | Cascading.t
]
val toString : [< `circle | `dot | `double_circle | `filled | `inherit_ | `initial | `none | `open_ | `revert | `revertLayer | `sesame | `string of string | `triangle | `unset | `var of string | `varDefault of string * string ] -> string
OCaml

Innovation. Community. Security.