react-intl-proptypes

PropType validators for ReactIntl components, i.e. <FormattedMessage />.

Usage no npm install needed!

<script type="module">
  import reactIntlProptypes from 'https://cdn.skypack.dev/react-intl-proptypes';
</script>

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