UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

9 lines (8 loc) 245 B
/** * Enable lock scroll of content on DOM node */ export declare function lock(container?: HTMLElement | null): void; /** * Disable lock scroll of content on DOM node */ export declare function unlock(container?: HTMLElement | null): void;