From cdfd45568c44fcfa98204c1fb0ffaaab77ddc94f Mon Sep 17 00:00:00 2001 From: Aral Roca Gomez Date: Thu, 26 Nov 2020 18:17:50 +0100 Subject: [PATCH] Fix withTranslation type --- withTranslation.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/withTranslation.d.ts b/withTranslation.d.ts index e89fc795..e5310f40 100644 --- a/withTranslation.d.ts +++ b/withTranslation.d.ts @@ -1,6 +1,5 @@ import * as React from 'react' -import { I18n } from './' declare function withTranslation

( component: React.ComponentType

-): React.ComponentType

+): React.ComponentType> export default withTranslation