UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

11 lines (9 loc) 192 B
import React from 'react'; import ProvideProps from './ProvideProps'; export default class Value extends ProvideProps { getProps() { return { value: this.getValue(), }; } }