UNPKG

ember-container-query

Version:

Make container queries that harness the power of Ember

15 lines (12 loc) 241 B
function height(named) { const dimension = 'height'; const max = named?.max ?? Infinity; const min = named?.min ?? 0; return { dimension, max, min }; } export { height as default }; //# sourceMappingURL=height.js.map