UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

13 lines (10 loc) 240 B
import ProvideProps from './ProvideProps'; export default class ProvideIndexes extends ProvideProps { getProps() { const parent = this.getParent(); const index = Number(parent.props.name); return { index, }; } }