UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

6 lines (4 loc) 112 B
// @flow export default function getAltAxis(axis: 'x' | 'y'): 'x' | 'y' { return axis === 'x' ? 'y' : 'x'; }