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. | `counters of string * string * style
]
val counters : ?style:[> `unset ] as 'a -> ?separator:string -> 'b -> [> `counters of 'b * string * 'a ]
val toString : [< `counters of string * string * [< `circle | `decimal | `disc | `lowerAlpha | `lowerGreek | `lowerLatin | `lowerRoman | `none | `square | `unset | `upperAlpha | `upperLatin | `upperRoman ] ] -> string
OCaml

Innovation. Community. Security.