package styled-ppx

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

Module Css_types.TransformOrigin

type t = [
  1. | Length.t
  2. | `left
  3. | `center
  4. | `right
  5. | `top
  6. | `bottom
]
val toString : [< `bottom | `calc of Length.calc_value | `center | `ch of float | `cm of float | `cqb of float | `cqh of float | `cqi of float | `cqmax of float | `cqmin of float | `cqw of float | `em of float | `ex of float | `inch of float | `left | `max of Length.t array | `min of Length.t array | `mm of float | `pc of float | `percent of float | `pt of int | `px of int | `pxFloat of float | `rem of float | `right | `top | `vh of float | `vmax of float | `vmin of float | `vw of float | `zero ] -> string