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 } }
相關文章
相關標籤/搜索