UNPKG

material-ui

Version:

Material Design UI components built with React

15 lines (12 loc) 273 B
"use strict"; module.exports = { Desktop: { GUTTER: 24, GUTTER_LESS: 16, INCREMENT: 64, MENU_ITEM_HEIGHT: 32 }, getIncrementalDim: function getIncrementalDim(dim) { return Math.ceil(dim / this.Desktop.INCREMENT) * this.Desktop.INCREMENT; } };