| Interface | Description |
|---|---|
| CounterStyleRenderer | An object to render counters. |
| CounterStyleStatic | An object to build counter style renderers. |
| RtlOptions | An object to specify RTL rendering. |
| Variable | Description |
|---|---|
| CounterStyle | A static object to build counter style renderers. See CounterStyleStatic. |
| Type Alias | Description |
|---|---|
| FallbackRenderer | Minimal API for a fallback. |
| InitialCounterFormatter | A function that renders an index into its initial counter representation.As specified in CSS, this function must not render negative signs, add padding or prefixes and suffixes. |
| MaxCodepointLengthInRangeComputer | A function which compute the maximum codepoint length of a formatter in a given range. |