Skip to content

Commit

Permalink
fix(react-intl): re-export MessageFormatElement, fix #2559
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Feb 4, 2021
1 parent bccc0c1 commit 365e104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-intl/index.ts
Expand Up @@ -110,3 +110,4 @@ export {default as FormattedRelativeTime} from './src/components/relative';
export {default as FormattedPlural} from './src/components/plural';
export {default as FormattedMessage} from './src/components/message';
export {default as FormattedDateTimeRange} from './src/components/dateTimeRange';
export {MessageFormatElement} from 'intl-messageformat-parser';

0 comments on commit 365e104

Please sign in to comment.