package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type style = [
  1. | CounterStyleType.t
  2. | `unset
]
type t = [
  1. | `counter of string * style
]
val counter : ?style:[> `unset ] as 'a -> 'b -> [> `counter of 'b * 'c ]
val toString : [< `counter of string * [< `circle | `decimal | `disc | `lowerAlpha | `lowerGreek | `lowerLatin | `lowerRoman | `none | `square | `unset | `upperAlpha | `upperLatin | `upperRoman ] ] -> string
OCaml

Innovation. Community. Security.