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/Display/index.html

Module Css_types.Display

type t = [
  1. | `block
  2. | `contents
  3. | `flex
  4. | `flow
  5. | `flowRoot
  6. | `grid
  7. | `inline
  8. | `inlineBlock
  9. | `inlineFlex
  10. | `inlineGrid
  11. | `inlineTable
  12. | `listItem
  13. | `mozBox
  14. | `mozInlineBox
  15. | `mozInlineStack
  16. | `msFlexbox
  17. | `msGrid
  18. | `msInlineFlexbox
  19. | `msInlineGrid
  20. | `ruby
  21. | `rubyBase
  22. | `rubyBaseContainer
  23. | `rubyText
  24. | `rubyTextContainer
  25. | `runIn
  26. | `table
  27. | `tableCaption
  28. | `tableCell
  29. | `tableColumn
  30. | `tableColumnGroup
  31. | `tableFooterGroup
  32. | `tableHeaderGroup
  33. | `tableRow
  34. | `tableRowGroup
  35. | `webkitBox
  36. | `webkitFlex
  37. | `webkitInlineBox
  38. | `webkitInlineFlex
  39. | None.t
]
val toString : [< `block | `contents | `flex | `flow | `flowRoot | `grid | `inline | `inlineBlock | `inlineFlex | `inlineGrid | `inlineTable | `listItem | `mozBox | `mozInlineBox | `mozInlineStack | `msFlexbox | `msGrid | `msInlineFlexbox | `msInlineGrid | `none | `ruby | `rubyBase | `rubyBaseContainer | `rubyText | `rubyTextContainer | `runIn | `table | `tableCaption | `tableCell | `tableColumn | `tableColumnGroup | `tableFooterGroup | `tableHeaderGroup | `tableRow | `tableRowGroup | `webkitBox | `webkitFlex | `webkitInlineBox | `webkitInlineFlex ] -> string