diff --git a/src/types.ts b/src/types.ts index f63b0d23..eff77b2a 100644 --- a/src/types.ts +++ b/src/types.ts @@ -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; // Types for amount functions