Skip to content

Commit

Permalink
Add TS definition for reportNS prop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynia authored Jan 27, 2019
1 parent 5e929b5 commit d62c894
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 d62c894

Please sign in to comment.