UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

6 lines (5 loc) 156 B
export declare const setScrollParam: ({ axis, parent, distance, }: { axis: "x" | "y"; parent: HTMLElement | null; distance: number; }) => void;