(props)
| 13151 | }; |
| 13152 | |
| 13153 | var InputGroup_InputGroupRadio = function InputGroupRadio(props) { |
| 13154 | return external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(InputGroupText, { |
| 13155 | __source: { |
| 13156 | fileName: InputGroup_jsxFileName, |
| 13157 | lineNumber: 67 |
| 13158 | }, |
| 13159 | __self: this |
| 13160 | }, external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement("input", _extends({ |
| 13161 | type: "radio" |
| 13162 | }, props, { |
| 13163 | __source: { |
| 13164 | fileName: InputGroup_jsxFileName, |
| 13165 | lineNumber: 68 |
| 13166 | }, |
| 13167 | __self: this |
| 13168 | }))); |
| 13169 | }; |
| 13170 | |
| 13171 | var DecoratedInputGroup = createBootstrapComponent(InputGroup_InputGroup, 'input-group'); |
| 13172 | DecoratedInputGroup.Text = InputGroupText; |
nothing calls this directly
no test coverage detected
searching dependent graphs…