index.js 274 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 import TextInput from './TextInput' import TextArea from './TextArea' import NumberInput from './NumberInput' import RichText from './RichText' import Coding from './Coding' const text = { TextInput, TextArea, NumberInput, RichText, Coding, } export default text