You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
447 B

  1. export { Trans } from './Trans';
  2. export { useTranslation } from './useTranslation';
  3. export { withTranslation } from './withTranslation';
  4. export { Translation } from './Translation';
  5. export { I18nextProvider } from './I18nextProvider';
  6. export { withSSR } from './withSSR';
  7. export { useSSR } from './useSSR';
  8. export { I18nContext, initReactI18next, setDefaults, getDefaults, setI18n, getI18n, composeInitialProps, getInitialProps } from './context';