UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

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