wix-style-react
Version:
22 lines (21 loc) • 378 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.childWidthRange = exports.childSize = void 0;
var childSize = {
small: 'small',
medium: 'medium'
};
exports.childSize = childSize;
var childWidthRange = {
small: {
from: 198,
to: 341
},
medium: {
from: 342,
to: 534
}
};
exports.childWidthRange = childWidthRange;