@material-ui/lab
Version:
Laboratory for new Material-UI modules.
14 lines (13 loc) • 400 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VIEW_HEIGHT = exports.DIALOG_WIDTH = exports.DAY_MARGIN = exports.DAY_SIZE = void 0;
const DAY_SIZE = 36;
exports.DAY_SIZE = DAY_SIZE;
const DAY_MARGIN = 2;
exports.DAY_MARGIN = DAY_MARGIN;
const DIALOG_WIDTH = 320;
exports.DIALOG_WIDTH = DIALOG_WIDTH;
const VIEW_HEIGHT = 358;
exports.VIEW_HEIGHT = VIEW_HEIGHT;
;