UNPKG

andrei-bread-i18n

Version:

Small and type-safe package to create multi-language interfaces.

4 lines (3 loc) 141 B
/// <reference types="react" /> import { I18N } from "../i18n"; export declare const I18NContext: import("react").Context<I18N<any> | null>;