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

Class

packages/decap-cms-widget-string/src/StringControl.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import PropTypes from 'prop-types';
3
4export default class StringControl extends React.Component {
5 static propTypes = {
6 onChange: PropTypes.func.isRequired,
7 forID: PropTypes.string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected