Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.46 KB

counter-style.md

File metadata and controls

28 lines (19 loc) · 1.46 KB

Home > @jsamr/counter-style

counter-style package

Interfaces

Interface Description
CounterStyleRenderer An object to render counters.
CounterStyleStatic An object to build counter style renderers.
RtlOptions An object to specify RTL rendering.

Variables

Variable Description
CounterStyle A static object to build counter style renderers. See CounterStyleStatic.

Type Aliases

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.