React prop-types 数据检测

npm install --save prop-types import React from 'react'; import PropTypes from 'prop-types'; // ES6 lass MyComponent extends React.Component { render() { // ... do things with the props } }
相关文章
相关标签/搜索