UNPKG
andrei-bread-i18n
Version:
latest (0.1.1)
0.1.1
Small and type-safe package to create multi-language interfaces.
andrei-bread-i18n
/
dist
/
react
/
context.js
3 lines
(2 loc)
•
87 B
JavaScript
View Raw
1
2
3
import
{ createContext }
from
"react"
;
export
const
I18NContext =
createContext
(
null
);