UNPKG

@wulperstudio/cms

Version:
32 lines (31 loc) 1.1 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.BoxLanding = void 0; var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties")); var _react = _interopRequireDefault(require("react")); var _material = require("@mui/material"); var _jsxRuntime = require("react/jsx-runtime"); var _excluded = ["children"], _excluded2 = ["sx"]; var BoxLanding = exports.BoxLanding = function BoxLanding(_ref) { var children = _ref.children, props = (0, _objectWithoutProperties2["default"])(_ref, _excluded); var sx = props.sx, rest = (0, _objectWithoutProperties2["default"])(props, _excluded2); return /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Box, Object.assign({ sx: Object.assign({ alignItems: 'flex-start', display: 'flex', flexDirection: 'column', gap: '15px', height: '100%', justifyContent: 'center', width: '100%' }, sx) }, rest, { children: children })); };