0.0.1 • Published 10 years ago
react-intl-proptypes v0.0.1
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,
}0.0.1
10 years ago