Skip to content

Commit

Permalink
feat: export IntlConfig props (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimzzlabs authored Nov 12, 2024
1 parent 2aec987 commit 308d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import CurrencyInput from './components/CurrencyInput';

export { CurrencyInputProps, CurrencyInputOnChangeValues } from './components/CurrencyInputProps';
export { CurrencyInputProps, CurrencyInputOnChangeValues, IntlConfig } from './components/CurrencyInputProps';
export default CurrencyInput;
export { formatValue } from './components/utils/formatValue';
export { cleanValue } from './components/utils/cleanValue';

0 comments on commit 308d961

Please sign in to comment.