diff --git a/package.json b/package.json index c3b0a177..5b8f725c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-translate", - "version": "0.21.0-canary.1", + "version": "0.21.0-canary.2", "description": "Next.js utility to translate pages in a easy way.", "license": "MIT", "keywords": [ @@ -84,4 +84,4 @@ "^.+\\.jsx?$": "babel-jest" } } -} +} \ No newline at end of file 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