TanStack
Normalization & format API Reference

formatWithLabels

ts
function formatWithLabels(hotkey, options): string;

Defined in: format.ts:173

Parameters

hotkey

RegisterableHotkey

options

Omit<FormatDisplayOptions, "useSymbols" | "parts"> = {}

Returns

string

Deprecated

Use formatForDisplay instead with useSymbols: false option.