0.0.1 • Published 8 years ago

react-intl-proptypes v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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,
  }