5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
|
import { FormattedNumber } from 'react-intl';
|
||
|
import WrapReactIntl from './WrapReactIntl';
|
||
|
|
||
|
export default WrapReactIntl(FormattedNumber);
|