UNPKG

@zextras/carbonio-shell-ui

Version:

The Zextras Carbonio web client

5 lines (4 loc) 214 B
import type { i18n, TFunction } from 'i18next'; export declare const getI18n: (app: string) => () => i18n; export declare const getTFunction: (app: string) => TFunction; export declare const getT: () => TFunction;