Skip to content

Commit

Permalink
Add TS definition for reportNS prop (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynia authored and rosskevin committed Jan 28, 2019
1 parent 5e929b5 commit aaab3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const NamespacesConsumer: React.ComponentClass<NamespacesConsumerProps>;
export interface I18nextProviderProps {
i18n: i18next.i18n;
defaultNS?: string;
reportNS?: (ns: string) => void;
initialI18nStore?: {};
initialLanguage?: string;
}
Expand Down

0 comments on commit aaab3b2

Please sign in to comment.