UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

6 lines 211 B
import { withClassnameHOC } from '../../../lib/compose'; import { cnPopup } from '../Popup'; import './Popup_nonvisual.css'; export var withModPopupNonvisual = withClassnameHOC(cnPopup(), { nonvisual: true });