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
/
index.js
3 lines
(2 loc)
•
106 B
JavaScript
View Raw
1
2
3
export
{ I18NProvider,
TaggedText
}
from
"./components"
;
export
{ useI18N, useTranslate }
from
"./hooks"
;