UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

13 lines (11 loc) 280 B
import ProvideProps from './ProvideProps'; export default class ProvideIndexes extends ProvideProps { getProps() { const parent = this.getParent(); const index = Number(parent.props.name); return { index }; } } //# sourceMappingURL=FieldsetIndex.js.map