Skip to main content

UnitaryCounterRendererProps

export
type UnitaryCounterRendererProps = {
  color: string;
  fontSize: number;
  index: number;
  lineHeight: number;
} & Pick<MixedStyleDeclaration, "fontFamily"
  | "fontStyle"
  | "fontWeight"
  | "fontVariant">

Props for unitary counter renderers.