@catho/quantum
Version:
Catho react components
24 lines (23 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = exports["default"] = {
xsmall: {
width: 1,
columns: 4
},
small: {
width: 600,
columns: 8
},
medium: {
width: 1024,
columns: 12
},
large: {
width: 1440,
columns: 12
}
};