UNPKG

@state-less/leap-frontend

Version:

A collection of open source fullstack services powered by React Server

6 lines (5 loc) 202 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Box } from '@mui/material'; export const FlexBox = ({ sx, ...rest }) => { return _jsx(Box, { sx: { display: 'flex', ...sx }, ...rest }); };