@pantheon-systems/design-toolkit-react
Version:
Pantheon's React Design Toolkit
18 lines (15 loc) • 474 B
JavaScript
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