index.js 274 Bytes
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