package styled-ppx

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

Module Css_types.Counter

type style = [
  1. | CounterStyleType.t
  2. | `unset
]
type t = [
  1. | `counter of string * style
]
val counter : ?style:([> `unset ] as 'a) -> 'b -> [> `counter of 'b * 'a ]
val toString : [< `counter of string * [< CounterStyleType.t ] ] -> string