UNPKG

react-currency-input-field

Version:

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

5 lines (4 loc) 148 B
/** * Remove group separator from value eg. 1,000 > 1000 */ export declare const removeSeparators: (value: string, separator?: string) => string;