UNPKG

piral-hooks-utils

Version:

Hooks and HOC for pilets and Piral instances.

7 lines (6 loc) 191 B
/** * Hook that locks scrolling on the main document. * Useful for preventing the standard scrolling in context of * a modal dialog. */ export declare function useLockBodyScroll(): void;