UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines (5 loc) 230 B
import { IPopupProps } from '../Popup'; export interface IModPopupRenderAll { renderAll?: boolean; } export declare const withModPopupRenderAll: import("../../../lib/compose").ConfigurableHOC<IModPopupRenderAll, IPopupProps>;