UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

6 lines (4 loc) 140 B
// @flow export default function getAltLen(len: 'width' | 'height'): 'width' | 'height' { return len === 'width' ? 'height' : 'width'; }