UNPKG

@mui/x-date-pickers

Version:

The community edition of the Date and Time Picker components (MUI X).

5 lines 139 B
import { styled } from '@mui/material/styles'; export const DateTimeViewWrapper = styled('div')({ display: 'flex', margin: '0 auto' });