UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

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