UNPKG

react-i18nify

Version:

Simple i18n translation and localization components and helpers for React.

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