package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `custom of string
  2. | `serif
  3. | `sansSerif
  4. | `cursive
  5. | `fantasy
  6. | `monospace
  7. | `systemUi
  8. | `emoji
  9. | `math
  10. | `fangsong
]
val custom : [> `custom ]
val serif : [> `serif ]
val sansSerif : [> `sansSerif ]
val cursive : [> `cursive ]
val fantasy : [> `fantasy ]
val monospace : [> `monospace ]
val systemUi : [> `systemUi ]
val emoji : [> `emoji ]
val math : [> `math ]
val fangsong : [> `fangsong ]
val toString : [< `cursive | `custom of string | `emoji | `fangsong | `fantasy | `math | `monospace | `sansSerif | `serif | `systemUi ] -> string
OCaml

Innovation. Community. Security.