react-currency-input-field
Version:
React <input/> component for formatting currency and numbers.
14 lines (10 loc) • 394 B
text/typescript
import CurrencyInput from './components/CurrencyInput';
export type {
CurrencyInputProps,
CurrencyInputOnChangeValues,
IntlConfig,
} from './components/CurrencyInputProps';
export { CurrencyInput } from './components/CurrencyInput';
export { formatValue } from './components/utils/formatValue';
export { cleanValue } from './components/utils/cleanValue';
export default CurrencyInput;