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