UNPKG

@wulperstudio/cms

Version:
9 lines 201 B
import { Box, styled } from '@mui/material'; export var CustomBox = styled(Box)(function () { return { maxWidth: '500px', minHeight: '400px', padding: '5px', overflow: 'auto' }; });