Current File : /home/exataengenharia/public_html/node_modules/@popperjs/core/lib/utils/getMainAxisFromPlacement.js
export default function getMainAxisFromPlacement(placement) {
  return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';
}