UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

3 lines (2 loc) 152 B
import { BasePlacement, Placement, auto } from "../enums"; export default function getBasePlacement(placement: Placement | typeof auto): BasePlacement;