UNPKG

chat-frontend-library

Version:

``` npm install chat-frontend-library --save ```

5 lines (4 loc) 295 B
import { useTranslation } from "react-i18next"; export declare const i18Next: Promise<import("i18next").TFunction<"translation", undefined>>; export declare const translate: typeof useTranslation; export declare const i18nT: import("i18next").TFunction<["translation", ...string[]], undefined>;