UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

12 lines (11 loc) 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withModPopupViewDefault = void 0; var _compose = require("../../../lib/compose"); var _Popup = require("../Popup"); require("./Popup_view_default.css"); var withModPopupViewDefault = exports.withModPopupViewDefault = (0, _compose.withClassnameHOC)((0, _Popup.cnPopup)(), { view: 'default' });