diff --git a/src/index.ts b/src/index.ts index 558216d..bf3b501 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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';