UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

5 lines (4 loc) 126 B
export declare const getScrollStart: ({ axis, parent, }: { axis: "x" | "y"; parent: HTMLElement | null; }) => number;