UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

3 lines (2 loc) 126 B
import type { Placement } from "../enums"; export default function getMainAxisFromPlacement(placement: Placement): "x" | "y";