package styled-ppx

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

Module Css_AtomicTypes.TransformOrigin

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