DIR: /proc/self/cwd/node_modules/@popperjs/core/lib/utils/ |
Current File : //proc/self/cwd/node_modules/@popperjs/core/lib/utils/getBasePlacement.d.ts |
import { BasePlacement, Placement, auto } from "../enums"; export default function getBasePlacement(placement: Placement | typeof auto): BasePlacement; |