hmc-guide/themes/hugo-mod-jslibs-dist/popperjs/package/lib/utils/getMainAxisFromPlacement.d.ts

3 lines
126 B
TypeScript

import type { Placement } from "../enums";
export default function getMainAxisFromPlacement(placement: Placement): "x" | "y";