Skip to content

Commit

Permalink
feat(types): export WrappedComponentProps (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
ipanasenko authored and longlho committed Jul 4, 2019
1 parent 16d7ed9 commit af650b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export {
default as injectIntl,
Context as IntlContext,
WithIntlProps,
WrappedComponentProps,
} from './components/injectIntl';
export {default as useIntl} from './components/useIntl';
export {default as IntlProvider} from './components/provider';
Expand Down

0 comments on commit af650b4

Please sign in to comment.