Skip to content

Commit

Permalink
Fix hooks.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Jan 3, 2019
1 parent ae96305 commit 5f42614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import i18next from "i18next";
import * as React from "react";
import {Namespace, ReactI18NextOptions, TransProps} from "./index";
import {Namespace, ReactI18NextOptions, TransProps} from "./src/index";

interface HooksTransProps extends TransProps {
children: React.ReactElement<any>[];
Expand Down

0 comments on commit 5f42614

Please sign in to comment.