package styled-ppx

  1. Overview
  2. Docs
Type-safe styled components for ReScript and Melange

Install

dune-project
 Dependency

Authors

Maintainers

Sources

styled-ppx-0.61.0.tbz
sha256=c6eba770e9e9bb9002bf3f759f99ebcec6d7b4132c6c2ad562886c88b6839bab
sha512=8a1776181f6ef292518a0b96b1fae7927cf5767dee75dc04bc05d99d297866e45a5943455bea9ce500a04a635bd179d2b2bec8bccebc55dc1e696a23b3efad69

doc/styled-ppx.native/Css_types/FontFamilyName/index.html

Module Css_types.FontFamilyName

type t = [
  1. | `serif
  2. | `sans_serif
  3. | `monospace
  4. | `cursive
  5. | `fantasy
  6. | `system_ui
  7. | `ui_serif
  8. | `ui_sans_serif
  9. | `ui_monospace
  10. | `ui_rounded
  11. | `emoji
  12. | `math
  13. | `fangsong
  14. | `apple_system
  15. | `quoted of string
]
val toString : [< `apple_system | `cursive | `emoji | `fangsong | `fantasy | `math | `monospace | `quoted of string | `sans_serif | `serif | `system_ui | `ui_monospace | `ui_rounded | `ui_sans_serif | `ui_serif ] -> string