All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.utils.getMainAxisFromPlacement.js Maven / Gradle / Ivy

export default function getMainAxisFromPlacement(placement) {
  return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy