react-currency-input-field
Version:
React <input/> component for formatting currency and numbers.
7 lines (6 loc) • 385 B
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;