react.proptypes
v2.0.0
Published
React PropTypes utility
Downloads
12
Readme
react-proptypes
Utility function for cutting back on repetitive code.
import rpt from 'react.proptypes';
static propTypes = rpt({
username: 'string',
age: 'number',
handleChange: 'func',
minor: 'bool',
});