@elacity-js/uikit
Version:
React / Material UI Design kit for Elacity project
14 lines (11 loc) • 572 B
JavaScript
import { __rest } from '../node_modules/tslib/tslib.es6.js';
import { jsxs, jsx } from 'react/jsx-runtime';
import React__default from 'react';
import { Helmet } from 'react-helmet-async';
import { Box } from '@mui/material';
const Page = React__default.forwardRef((_a, ref) => {
var { children, title } = _a, other = __rest(_a, ["children", "title"]);
return (jsxs(Box, Object.assign({ ref: ref }, other, { children: [jsx(Helmet, { children: jsx("title", { children: title }) }), children] })));
});
export { Page as default };
//# sourceMappingURL=Page.js.map