UNPKG

opendash

Version:

open.DASH data visualization framework

8 lines (7 loc) 280 B
import i18next from "i18next"; import { TranslationResolverInterface } from ".."; export declare function createI18n(languages: { key: string; label: string; fallback: string; }[], translationResolvers: Map<string, TranslationResolverInterface>): i18next.i18n;