package styled-ppx

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

Module Css_AtomicTypes.Position

type t = [
  1. | `top
  2. | `bottom
  3. | `left
  4. | `right
  5. | `center
  6. | Percentage.t
  7. | Length.t
]
val toString : t -> string