UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 328 B
import { withBemMod } from '@bem-react/core'; import { cnPopup } from '../Popup'; import './Popup_view_default.css'; /** * Модификатор, отвечающий за внешний вид попапа. * @param {IPopupViewDefaultProps} props */ export var withViewDefault = withBemMod(cnPopup(), { view: 'default' });