UNPKG

react-currency-input-field

Version:

React <input/> component for formatting currency and numbers.

11 lines (10 loc) 498 B
export { cleanValue } from './cleanValue'; export type { CleanValueOptions } from './cleanValue'; export { fixedDecimalValue } from './fixedDecimalValue'; export { formatValue } from './formatValue'; export type { FormatValueOptions } from './formatValue.types'; export { getLocaleConfig } from './getLocaleConfig'; export { getSuffix } from './getSuffix'; export { isNumber } from './isNumber'; export { padTrimValue } from './padTrimValue'; export { repositionCursor } from './repositionCursor';