UNPKG

@mui/x-date-pickers

Version:

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

11 lines (10 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DateTimeViewWrapper = void 0; var _styles = require("@mui/material/styles"); const DateTimeViewWrapper = exports.DateTimeViewWrapper = (0, _styles.styled)('div')({ display: 'flex', margin: '0 auto' });