diff --git a/packages/react/src/index.ts b/packages/react/src/index.ts index 034a5d75a..fffe120d4 100644 --- a/packages/react/src/index.ts +++ b/packages/react/src/index.ts @@ -6,4 +6,4 @@ export { I18nContext, withI18nProps, } from "./I18nProvider" -export { Trans, TransProps } from "./Trans" +export { Trans, TransProps, TransRenderProps } from "./Trans"