UNPKG

@brizy/ui

Version:
4 lines (3 loc) 134 B
import { i18n as I18n } from "i18next"; import { Locales } from "./types"; export declare const getConfig: (locale: Locales) => I18n;