UNPKG

react-i18nify

Version:

Simple i18n translation and localization components and helpers for React.

5 lines 131 B
import BaseComponent from './Base'; class I18n extends BaseComponent { render = () => this.props.render(); } export default I18n;