UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

6 lines (5 loc) 214 B
function getMainAxisFromPlacement(placement) { return ["top", "bottom"].indexOf(placement) >= 0 ? "x" : "y"; } export { getMainAxisFromPlacement as default }; //# sourceMappingURL=getMainAxisFromPlacement.js.map