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) 416 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 GridItem = function (_a) { var children = _a.children, props = __rest(_a, ["children"]); return (jsx(MuiGrid, __assign({ item: true, xs: 12 }, props, { sx: { flexGrow: 1 } }, { children: children }), void 0)); }; export { GridItem as default };