Preview: getMainAxisFromPlacement.js
Size: 127 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@popperjs/core/dist/esm/utils/getMainAxisFromPlacement.js
export default function getMainAxisFromPlacement(placement) {
return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';
}
Directory Contents
Dirs: 0 × Files: 21