UNPKG

babel-plugin-prop-types-schema-generator

Version:
9 lines (8 loc) 164 B
class Comp extends Component { static propTypes = { str1: PropTypes.string, str2: PropTyeps.string.isRequired, str3: string, str4: string.isRequired, } }