UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

11 lines (10 loc) 224 B
import React from 'react'; import ProvideProps from './ProvideProps'; export default class Value extends ProvideProps { getProps() { return { value: this.getValue() }; } } //# sourceMappingURL=Value.js.map