UNPKG

wix-style-react

Version:
19 lines (18 loc) 350 B
"use strict"; 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