标签:eof false ops com logs component eth and type
class Toggle extends Component { static propTypes = { defaultOn: PropTypes.bool, on: PropTypes.bool, onToggle: PropTypes.func, children: PropTypes.oneOfType([ PropTypes.func, PropTypes.array ]).isRequired, } static defaultProps = { defaultOn: false, onToggle: () => {}, } }
[React] Define defaultProps and PropTypes as static methods in class component
标签:eof false ops com logs component eth and type
原文地址:http://www.cnblogs.com/Answer1215/p/7629853.html