UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

11 lines (9 loc) 210 B
import ProvideProps from './ProvideProps'; export default class ProvideIndexes extends ProvideProps { getProps() { return { indexes: this.getIndexes(), totals: this.getTotals(), }; } }