UNPKG

ember-container-query

Version:

Make container queries that harness the power of Ember

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