UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

8 lines (7 loc) 296 B
import { IModalProps } from '../Modal'; import './Modal_view_default.css'; export interface IModModalViewDefault { view?: 'default'; hasAnimation?: boolean; } export declare const withModModalViewDefault: import("../../../lib/compose").ConfigurableHOC<IModModalViewDefault, IModalProps>;