UNPKG

@stakefish/ui

Version:

<div align="center"> <a href="https://www.npmjs.com/package/@stakefish/ui"><img src="https://gateway.pinata.cloud/ipfs/QmbZL1ceA8Yiz2pKALTg919jYx141DPUGegC9L4XpyayW5" width="300" /></a> </div>

11 lines (8 loc) 465 B
import { a as __rest, _ as __assign } from '../tslib.es6-35932c2c.js'; import { jsx } from 'react/jsx-runtime'; import MuiGrid from '@mui/material/Grid'; var GridContainer = function (_a) { var children = _a.children, props = __rest(_a, ["children"]); return (jsx(MuiGrid, __assign({ spacing: { xs: 2, md: 5 }, direction: { xs: "column", md: "row" }, container: true }, props, { children: children }), void 0)); }; export { GridContainer as default };