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
/
src
/
react
/
index.ts
3 lines
(2 loc)
•
108 B
text/typescript
View Raw
1
2
3
export
{ I18NProvider,
TaggedText
}
from
"./components"
;
export
{ useI18N, useTranslate }
from
"./hooks"
;