package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `absolute
  2. | `relative
  3. | `static
  4. | `fixed
  5. | `sticky
]
val absolute : [> `absolute ]
val relative : [> `relative ]
val static : [> `static ]
val fixed : [> `fixed ]
val sticky : [> `sticky ]
val toString : [< `absolute | `fixed | `relative | `static | `sticky ] -> string
OCaml

Innovation. Community. Security.