Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

index.js 447 B

3 lat temu
12345678
  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';