From 38fd8a5df8a84f62838ab814dc3cdf33fdef2f78 Mon Sep 17 00:00:00 2001 From: jy95 Date: Sat, 20 Apr 2024 14:33:19 +0200 Subject: [PATCH] docs: I18InitOptions --- src/types.ts | 4 ++++ 1 file changed, 4 insertions(+) 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