UNPKG

@pantheon-systems/design-toolkit-react

Version:
18 lines (15 loc) 425 B
import PropTypes from 'prop-types'; import { jsx } from 'react/jsx-runtime'; var InputGroup = function InputGroup(_ref) { var children = _ref.children; return /*#__PURE__*/jsx("div", { className: "input-group", children: children }); }; InputGroup.propTypes = { children: PropTypes.node.isRequired }; var InputGroup$1 = InputGroup; export { InputGroup$1 as default }; //# sourceMappingURL=InputGroup.js.map