UNPKG

react-form-controlled

Version:

Intuitive react forms for building powerful applications

9 lines (7 loc) 167 B
import Fieldset from './Fieldset'; export default class Tbody extends Fieldset { static defaultProps = { ...Fieldset.defaultProps, tagName: 'tbody', }; }