Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
import React from 'react'
import { Button } from 'atoms/Button'
import { ObserverInput } from 'src/forms'
import { TextBox } from 'src/inputs/TextBox'

export const Wrap = props => <div className={'eh-wrap'} {...props} />
export const SubmitButton = styled.withComponent(Button) ``

export class Input extends ObserverInput {
  Wrap = Wrap
  Input = TextBox
}