Skip to content

Commit

Permalink
feat: export utility function 'cleanValue' (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoromag authored Feb 11, 2024
1 parent 2fb18c0 commit 026329f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ import CurrencyInput from './components/CurrencyInput';
export { CurrencyInputProps, CurrencyInputOnChangeValues } from './components/CurrencyInputProps';
export default CurrencyInput;
export { formatValue } from './components/utils/formatValue';
export { cleanValue } from './components/utils/cleanValue';

0 comments on commit 026329f

Please sign in to comment.