UNPKG

andrei-bread-i18n

Version:

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

3 lines (2 loc) 87 B
import { createContext } from "react"; export const I18NContext = createContext(null);