package styled-ppx

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

Module Css_AtomicTypes.Counters

type style = [
  1. | `circle
  2. | `decimal
  3. | `disc
  4. | `lowerAlpha
  5. | `lowerGreek
  6. | `lowerLatin
  7. | `lowerRoman
  8. | `none
  9. | `square
  10. | `unset
  11. | `upperAlpha
  12. | `upperLatin
  13. | `upperRoman
]
type t = [
  1. | `counters of string * string * style
]
val counters : ?style:([> `unset ] as 'a) -> ?separator:string -> 'b -> [> `counters of 'b * string * 'a ]
val toString : t -> string