material-ui
Version:
React Components that Implement Google's Material Design.
19 lines (17 loc) • 409 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
iconSize: 24,
desktopGutter: 24,
desktopGutterMore: 32,
desktopGutterLess: 16,
desktopGutterMini: 8,
desktopKeylineIncrement: 64,
desktopDropDownMenuItemHeight: 32,
desktopDropDownMenuFontSize: 15,
desktopDrawerMenuItemHeight: 48,
desktopSubheaderHeight: 48,
desktopToolbarHeight: 56
};
;