UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

11 lines (10 loc) 251 B
import ProvideProps from './ProvideProps'; export default class ProvideIndexes extends ProvideProps { getProps() { return { indexes: this.getIndexes(), totals: this.getTotals() }; } } //# sourceMappingURL=ProvideIndexes.js.map