useNumberFormat
This hook contains and returns all methods and properties to be used to get formatted number. It accepts a value as param, that will be used as number to be formatted. The param could be a string, a number or undefined.
Example:
Using destructoring on this hook you can access directly all methdods and properties contained in itself
Last updated