UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

9 lines (8 loc) 282 B
export declare const getRelativePosition: ({ axis, target, parent, alignment, offset, isList, }: { axis: "x" | "y"; target: HTMLElement | null; parent: HTMLElement | null; alignment: "start" | "center" | "end"; offset: number; isList: boolean; }) => number;