UNPKG

react-select

Version:
7 lines (6 loc) 236 B
interface Options { readonly isEnabled: boolean; readonly accountForScrollbars?: boolean; } export default function useScrollLock({ isEnabled, accountForScrollbars, }: Options): (element: HTMLElement | null) => void; export {};