package styled-ppx

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

Module Css_AtomicTypes.DisplayInternal

type t = [
  1. | `tableCaption
  2. | `tableCell
  3. | `tableColumn
  4. | `tableColumnGroup
  5. | `tableFooterGroup
  6. | `tableHeaderGroup
  7. | `tableRow
  8. | `tableRowGroup
]
val toString : t -> string