Broke <FunctionSpecField/> into smaller parts.

This commit is contained in:
orangemug
2017-11-17 17:17:53 +00:00
parent 135ef8ed89
commit 030d469d7c
8 changed files with 470 additions and 349 deletions

View File

@@ -12,7 +12,7 @@ class InputBlock extends React.Component {
]).isRequired,
doc: PropTypes.string,
action: PropTypes.element,
children: PropTypes.element.isRequired,
children: PropTypes.node.isRequired,
style: PropTypes.object,
onChange: PropTypes.func,
}