UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 204 B
/** * Lock will add padding to container instead of scroll to avoid blinking */ export declare function lock(container: HTMLElement): void; export declare function unlock(container: HTMLElement): void;