Skip to content

Commit

Permalink
fix: export TransRenderProps from @lingui/react (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinCerny-awin committed Nov 22, 2020
1 parent 990a612 commit 3db9d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export {
I18nContext,
withI18nProps,
} from "./I18nProvider"
export { Trans, TransProps } from "./Trans"
export { Trans, TransProps, TransRenderProps } from "./Trans"

1 comment on commit 3db9d6b

@vercel
Copy link

@vercel vercel bot commented on 3db9d6b Nov 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.