diff --git a/ts4.1/index.d.ts b/ts4.1/index.d.ts index 29530ef4..566b1edb 100644 --- a/ts4.1/index.d.ts +++ b/ts4.1/index.d.ts @@ -100,7 +100,7 @@ declare module 'i18next' { } type ObjectOrNever = TypeOptions['allowObjectInHTMLChildren'] extends true - ? Record + ? Record | Iterable | React.ReactNode> : never; declare module 'react' { interface HTMLAttributes {