| 2 | import PropTypes from 'prop-types'; |
| 3 | |
| 4 | export default class StringControl extends React.Component { |
| 5 | static propTypes = { |
| 6 | onChange: PropTypes.func.isRequired, |
| 7 | forID: PropTypes.string, |
nothing calls this directly
no outgoing calls
no test coverage detected