@wulperstudio/cms
Version:
Wulper Studio Library Components CMS
12 lines • 460 B
JavaScript
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
var _excluded = ["children"];
import React from 'react';
import { Box } from '@mui/material';
import { jsx as _jsx } from "react/jsx-runtime";
export var HeroFlex = function HeroFlex(_ref) {
var children = _ref.children,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/_jsx(Box, Object.assign({}, props, {
children: children
}));
};