package styled-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Css_AtomicTypes.PositionalAlignment

type t = [
  1. | `center
  2. | `end_
  3. | `flexEnd
  4. | `flexStart
  5. | `left
  6. | `right
  7. | `selfEnd
  8. | `selfStart
  9. | `start
]
val toString : t -> string