UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 262 B
import { IModalProps } from '../Modal'; export interface IModModalPreventBodyScroll { preventBodyScroll?: boolean; } export declare const withModModalPreventBodyScroll: import("../../../lib/compose").ConfigurableHOC<IModModalPreventBodyScroll, IModalProps>;