Skip to content

Commit

Permalink
docs: I18InitOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Apr 20, 2024
1 parent b30e831 commit 38fd8a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ export type DisplayOrderParams = {
i18next: I18N;
};
export type { I18N, InitOptions };
/**
* Options for the i18next instances
* @see https://www.i18next.com/overview/configuration-options for more info
*/
export type I18InitOptions = Exclude<InitOptions, "lng" | "ns" | "defaultNS">;

// Types for amount functions
Expand Down

0 comments on commit 38fd8a5

Please sign in to comment.