UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

5 lines (4 loc) 222 B
/// <reference types="react" /> export declare function useScrollLock(lock?: boolean, options?: { disableBodyPadding: boolean; }): readonly [boolean, import("react").Dispatch<import("react").SetStateAction<boolean>>];