MCPcopy Create free account
hub / github.com/decaporg/decap-cms /

Class

packages/decap-cms-widget-text/src/TextControl.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import Textarea from 'react-textarea-autosize';
4
5export default class TextControl extends React.Component {
6 static propTypes = {
7 onChange: PropTypes.func.isRequired,
8 forID: PropTypes.string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected