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