ConstReadonlyCURRENCY: "currency"Resolve the symbol at render time from userSettings.currency (USD → "$").
export const DRAWER_ADORNMENT = {
/** Resolve the symbol at render time from `userSettings.currency` (USD → "$"). */
CURRENCY: 'currency',
} as const;
Sentinel values for a
numberRangewidget'sadornment. Anything else is used verbatim as the start-adornment text.