package styled-ppx

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

Module Css_AtomicTypes.OutlineStyle

type t = [
  1. | `dashed
  2. | `dotted
  3. | `double
  4. | `groove
  5. | `hidden
  6. | `inset
  7. | `none
  8. | `auto
  9. | `outset
  10. | `ridge
  11. | `solid
]
val toString : t -> string