package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `center
  2. | `start
  3. | `end_
  4. | `flexStart
  5. | `flexEnd
  6. | NormalAlignment.t
  7. | BaselineAlignment.t
  8. | OverflowAlignment.t
  9. | DistributedAlignment.t
  10. | Var.t
  11. | Cascading.t
]
val toString : [< `baseline | `center | `end_ | `firstBaseline | `flexEnd | `flexStart | `inherit_ | `initial | `lastBaseline | `normal | `revert | `revertLayer | `safe of PositionalAlignment.t | `spaceAround | `spaceBetween | `spaceEvenly | `start | `stretch | `unsafe of PositionalAlignment.t | `unset | `var of string | `varDefault of string * string ] -> string
OCaml

Innovation. Community. Security.