UNPKG

react-hook-currency

Version:

> This libraries propose to introduce two pseudo hooks, one capable of format currencies and another capable to simulate a cash register.

10 lines (9 loc) 209 B
export enum Currencies { 'Australian Dollar' = 'AUD', 'Brazilian Real' = 'BRL', 'Canadian Dollar' = 'CAD', 'Euro' = 'EUR', 'Pound Sterling' = 'GBP', 'US Dollar' = 'USD', 'Swiss Franc' = 'CHF', }