UNPKG

wix-style-react

Version:
12 lines (11 loc) 254 B
"use strict"; exports.__esModule = true; exports.PREDEFINED_RATIOS = void 0; var PREDEFINED_RATIOS = exports.PREDEFINED_RATIOS = { square: 1, portrait: 3 / 4, cinema: 16 / 9, landscape: 4 / 3, none: 'none' }; //# sourceMappingURL=ratios.js.map