package styled-ppx

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

Module Css_AtomicTypes.FlexBasis

type t = [
  1. | `auto
  2. | `content
  3. | `fill
  4. | `fitContent
  5. | `maxContent
  6. | `minContent
]
val fill : [> `fill ]
val content : [> `content ]
val maxContent : [> `maxContent ]
val minContent : [> `minContent ]
val fitContent : [> `fitContent ]
val toString : t -> string