package styled-ppx

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

Module Css_types.DisplayOutside

type t = [
  1. | `block
  2. | `inline
  3. | `runIn
]
val toString : [< `block | `inline | `runIn ] -> string