package styled-ppx

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

Module Css_types.DistributedAlignment

type t = [
  1. | `spaceBetween
  2. | `spaceAround
  3. | `spaceEvenly
  4. | `stretch
]
val toString : [< `spaceAround | `spaceBetween | `spaceEvenly | `stretch ] -> string