wix-style-react
Version:
wix-style-react
19 lines (18 loc) • 350 B
JavaScript
;
exports.__esModule = true;
exports.childWidthRange = exports.childSize = void 0;
var childSize = exports.childSize = {
small: 'small',
medium: 'medium'
};
var childWidthRange = exports.childWidthRange = {
small: {
from: 198,
to: 341
},
medium: {
from: 342,
to: 534
}
};
//# sourceMappingURL=constants.js.map