package styled-ppx

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

Module Css_AtomicTypes.LineBreak

type t = [
  1. | `anywhere
  2. | `auto
  3. | `loose
  4. | `normal
  5. | `strict
]
val toString : t -> string