ReactNativeUtil icon indicating copy to clipboard operation
ReactNativeUtil copied to clipboard

PropTypes引入报错

Open wuyunqiang opened this issue 7 years ago • 0 comments

import PropTypes from 'prop-types'; static propTypes = { //需要的类型 cx: PropTypes.xxx.isRequired, }; static defaultProps = { cx: 0, //类型默认值 };

wuyunqiang avatar Nov 28 '17 03:11 wuyunqiang