Skip to main content
Version: Next

Type alias: PercentageFormatterFn()

PercentageFormatterFn: (percentageValue) => string

A function used to format a percentage value as a string.

Parameters

percentageValue: number

Returns

string