| 3 | import Textarea from 'react-textarea-autosize'; |
| 4 | |
| 5 | export default class TextControl extends React.Component { |
| 6 | static propTypes = { |
| 7 | onChange: PropTypes.func.isRequired, |
| 8 | forID: PropTypes.string, |
nothing calls this directly
no outgoing calls
no test coverage detected