UNPKG
@wareme/currency-input
Version:
latest (3.3.0)
3.3.0
3.2.2
3.2.1
3.2.0
Easily input currencies in Dark applications
@wareme/currency-input
/
src
/
index.js
4 lines
(3 loc)
•
109 B
JavaScript
View Raw
1
2
3
4
export
{ formatValue }
from
"./utils"
;
import
CurrencyInput
from
"./CurrencyInput"
;
export
{
CurrencyInput
}