UNPKG

reakit

Version:

Toolkit for building accessible rich web apps with React

4 lines (3 loc) 192 B
import * as React from "react"; import { DialogOptions } from "../Dialog"; export declare function usePreventBodyScroll(targetRef: React.RefObject<HTMLElement>, options: DialogOptions): void;