UNPKG

@wimdental/i18n

Version:

Simple module to localize the React using simple tools.

8 lines (6 loc) 229 B
import PropTypes from 'prop-types'; export const DictionaryShape = PropTypes.shape({ locale: PropTypes.string, dictionary: PropTypes.object.isRequired, getTranslation: PropTypes.func.isRequired }).isRequired;