UNPKG

@wulperstudio/cms

Version:
13 lines 349 B
import { styled } from '@mui/material'; export var EntryRoot = styled('div', { shouldForwardProp: function shouldForwardProp(prop) { return prop !== 'variant'; }, label: 'EntryRoot', name: 'EntryRoot' })(function (_ref) { var variant = _ref.variant; return Object.assign({}, variant === 'grid' && { gridColumn: '1 / -1' }); });