Skip to content

Commit

Permalink
fix(react-intl): re-export PrimitiveType from intl-messageformat
Browse files Browse the repository at this point in the history
  • Loading branch information
long.ho committed Sep 28, 2022
1 parent 67bd664 commit c00ba91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-intl/index.ts
Expand Up @@ -127,3 +127,4 @@ export {
FormattedListParts,
} from './src/components/createFormattedComponent'
export type {MessageFormatElement} from '@formatjs/icu-messageformat-parser'
export type {PrimitiveType} from 'intl-messageformat'

0 comments on commit c00ba91

Please sign in to comment.