UNPKG

wix-style-react

Version:
19 lines (18 loc) 348 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: 18, to: 47 }, medium: { from: 48, to: 9999 } }; //# sourceMappingURL=constants.js.map