@age/quantum
Version:
Catho react components
29 lines (28 loc) • 394 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
xsmall: {
width: 1,
columns: 4
},
small: {
width: 600,
columns: 8
},
medium: {
width: 1024,
columns: 12
},
large: {
width: 1440,
columns: 12
},
xlarge: {
width: 1920,
columns: 12
}
};
exports.default = _default;