UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

12 lines (9 loc) 189 B
import Button from './Button'; export default class Down extends Button { static defaultProps = { text: 'Remove', }; async process() { return this.getParent().down(); } }