package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `normal
  2. | `italic
  3. | `oblique
]
val normal : [> `normal ]
val italic : [> `italic ]
val oblique : [> `oblique ]
val toString : [< `italic | `normal | `oblique ] -> string
OCaml

Innovation. Community. Security.