react-intl-proptypes
v0.0.1
Published
PropType validators for ReactIntl components, i.e. `<FormattedMessage />`.
Readme
react-intl-proptypes
PropType validators for ReactIntl components, i.e. <FormattedMessage />.
Installation
$ npm install react-intl-proptypesExample
import ReactIntlPropTypes from 'react-intl-proptypes';
propTypes = {
title: ReactIntlPropTypes.formattedMessage.isRequired,
}