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.d.ts
4 lines
(3 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
I18N
}
from
"../i18n"
;
export
declare
const
I18NContext
:
import
(
"react"
).
Context
<
I18N
<
any
> |
null
>;