Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

8 linhas
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';