100 TuiNumberFormat[tuiNumberFormat]="{thousandSeparator, decimalSeparator, ..., rounding}" | ||
[thousandSeparator] symbol for separating thousands | string | |
[thousandSeparatorPattern] splits digits of the integer part into groups which are separated by [thousandSeparator] (groups of three digits by default) | (digits: string) => readonly string[] | |
[decimalSeparator] symbol for separating fractions | string | |
[precision] a number of digits after [decimalSeparator] ( Infinity for an untouched decimal part) | number | |
[decimalMode]
| TuiDecimalMode | |
[rounding]
| TuiRounding | |