UNPKG

@pantheon-systems/design-toolkit-react

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