package styled-ppx

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

Module Css_AtomicTypes.PropertyPosition

type t = [
  1. | `absolute
  2. | `fixed
  3. | `relative
  4. | `static
  5. | `sticky
]
val absolute : [> `absolute ]
val relative : [> `relative ]
val static : [> `static ]
val fixed : [> `fixed ]
val sticky : [> `sticky ]
val toString : t -> string