UNPKG

bootstrap-4-react

Version:
17 lines (12 loc) 547 B
import InputGroup from './InputGroup'; import InputGroupPrepend from './InputGroupPrepend'; import InputGroupAppend from './InputGroupAppend'; import InputGroupText from './InputGroupText'; import InputGroupPrependText from './InputGroupPrependText'; import InputGroupAppendText from './InputGroupAppendText'; InputGroup.Prepend = InputGroupPrepend; InputGroup.Append = InputGroupAppend; InputGroup.Text = InputGroupText; InputGroup.PrependText = InputGroupPrependText; InputGroup.AppendText = InputGroupAppendText; export default InputGroup;