UNPKG

@atlaskit/modal-dialog

Version:

A modal dialog displays content that requires user interaction, in a layer above the page.

8 lines (7 loc) 280 B
/** * Prevents programatic scrolling of the viewport with `scrollIntoView`. * Should be used in conjunction with a scroll lock to prevent a user from scrolling. * * @returns scroll top offset of the viewport */ export default function usePreventProgrammaticScroll(): number;