UNPKG

@pantheon-systems/design-toolkit-react

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