package styled-ppx

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

Module Css_AtomicTypes.TextAlignLast

type t = [
  1. | `auto
  2. | `center
  3. | `end_
  4. | `justify
  5. | `left
  6. | `matchParent
  7. | `right
  8. | `start
]
val toString : t -> string