package styled-ppx

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

Module Css_AtomicTypes.Resize

type t = [
  1. | `block
  2. | `both
  3. | `horizontal
  4. | `inline
  5. | `none
  6. | `vertical
]
val none : [> `none ]
val both : [> `both ]
val horizontal : [> `horizontal ]
val vertical : [> `vertical ]
val block : [> `block ]
val inline : [> `inline ]
val toString : t -> string