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) 239 B
export declare enum Currencies { 'Australian Dollar' = "AUD", 'Brazilian Real' = "BRL", 'Canadian Dollar' = "CAD", 'Euro' = "EUR", 'Pound Sterling' = "GBP", 'US Dollar' = "USD", 'Swiss Franc' = "CHF" }