diff --git a/src/index.d.ts b/src/index.d.ts index 08666dbae..6761b64c7 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -75,6 +75,9 @@ export interface WithTranslation extends i18next.WithT { } export function withTranslation( ns?: Namespace, + options?: { + withRef?: boolean; + } ):

( component: React.ComponentType

, ) => React.ComponentType>;