UNPKG

goobs-frontend

Version:

A comprehensive React-based libary that extends the functionality of Material-UI

8 lines (6 loc) 143 B
import { SxProps } from '@mui/material' export const formContainerStyle: SxProps = { p: 2, bgcolor: 'background.paper', boxShadow: 1, }