Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

8 řádky
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';