@material-ui/core
Version:
React components that implement Google's Material Design.
13 lines (12 loc) • 355 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var spacing = {
// All components align to an 8dp square baseline grid for mobile, tablet, and desktop.
// https://material.io/design/layout/understanding-layout.html#pixel-density
unit: 8
};
var _default = spacing;
exports.default = _default;
;