package styled-ppx

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

Module Css_AtomicTypes.TextEmphasisStyle

module FilledOrOpen : sig ... end
module Shape : sig ... end
type t = [
  1. | `circle
  2. | `dot
  3. | `double_circle
  4. | `filled
  5. | `none
  6. | `open_
  7. | `sesame
  8. | `string of string
  9. | `triangle
]
val toString : t -> string