UNPKG

formio-export

Version:
10 lines (7 loc) 222 B
import TextFieldComponent from '../textfield'; class TextAreaComponent extends TextFieldComponent { constructor (component, data, options) { super(component, data, options); } } export default TextAreaComponent;