UNPKG

@wulperstudio/cms

Version:
15 lines (14 loc) 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Container = void 0; var _material = require("@mui/material"); var Container = exports.Container = (0, _material.styled)('div')({ height: '100%', minHeight: '350px', width: '100%', display: 'flex', maxWidth: '100%', overflowX: 'auto' });