UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

9 lines (7 loc) 271 B
import type { MutableRefObject } from "react"; export default function useLockScrolling( // eslint-disable-next-line @typescript-eslint/prefer-readonly-parameter-types ref: MutableRefObject<HTMLElement | null>, lock?: boolean, dependencies?: unknown[], ): void;