We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e15d9f + dd80eac commit d238231Copy full SHA for d238231
src/index.js
@@ -9,6 +9,7 @@ export * from './extend';
9
export * from './lib';
10
export * from './plugins';
11
export { default as settings } from './config/settings';
12
+export { useTranslation, withTranslation } from 'react-i18next';
13
14
export default {
15
...init,
0 commit comments